Skip to content

Commit 463c542

Browse files
committed
fix: missing XLA
1 parent 7428593 commit 463c542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xla/PJRT/Client.jl

Lines changed: 1 addition & 1 deletion
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)