Skip to content

Commit

Permalink
bump jll
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed May 4, 2024
1 parent 3aed0ea commit bc77bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ReactantNNlibExt = "NNlib"
[compat]
CEnum = "0.4"
Enzyme = "0.11, 0.12"
Reactant_jll = "0.0.3"
Reactant_jll = "0.0.4"
4 changes: 2 additions & 2 deletions src/XLA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ function __init__()
ccall(initLogs, Cvoid, ())
cpu = CPUClient()
backends["cpu"] = cpu
gpu = GPUClient()
backends["gpu"] = gpu
# gpu = GPUClient()
# backends["gpu"] = gpu
default_backend[] = cpu
end

Expand Down

0 comments on commit bc77bff

Please sign in to comment.