Skip to content

Commit 14f1da3

Browse files
committed
typo
1 parent e301a71 commit 14f1da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XLA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141

4242
SetLogLevel(x) = @ccall MLIR.API.mlir_c.SetLogLevel(x::Cint)::Cvoid
4343

44-
global cpuclientcount = Ref(0)
44+
const cpuclientcount = Ref(0)
4545
# TODO synchronization when async is not working because `future` in `ConcreteRArray` is always `nothing`
4646
function CPUClient(asynchronous=false, node_id=0, num_nodes=1)
4747
@assert cpuclientcount[] == 0

0 commit comments

Comments
 (0)