We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac41f3 commit 2f840faCopy full SHA for 2f840fa
src/xla/PJRT/Client.jl
@@ -22,7 +22,7 @@ mutable struct Client <: XLA.AbstractClient
22
for (i, device) in enumerate(devices)
23
global_ordinals[local_ids[i]] = i - 1
24
end
25
- return finalizer(free_client, client)
+ return finalizer(XLA.free_client, client)
26
27
28
0 commit comments