Skip to content

Commit 2f840fa

Browse files
committed
fix: missing XLA
1 parent aac41f3 commit 2f840fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xla/PJRT/Client.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mutable struct Client <: XLA.AbstractClient
2222
for (i, device) in enumerate(devices)
2323
global_ordinals[local_ids[i]] = i - 1
2424
end
25-
return finalizer(free_client, client)
25+
return finalizer(XLA.free_client, client)
2626
end
2727
end
2828

0 commit comments

Comments
 (0)