We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e301a71 commit 14f1da3Copy full SHA for 14f1da3
src/XLA.jl
@@ -41,7 +41,7 @@ end
41
42
SetLogLevel(x) = @ccall MLIR.API.mlir_c.SetLogLevel(x::Cint)::Cvoid
43
44
-global cpuclientcount = Ref(0)
+const cpuclientcount = Ref(0)
45
# TODO synchronization when async is not working because `future` in `ConcreteRArray` is always `nothing`
46
function CPUClient(asynchronous=false, node_id=0, num_nodes=1)
47
@assert cpuclientcount[] == 0
0 commit comments