Skip to content

Commit 9f3b38f

Browse files
committed
track client creation too
1 parent 6c72106 commit 9f3b38f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/XLA.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mutable struct Client
66
client::Ptr{Cvoid}
77

88
function Client(client::Ptr{Cvoid})
9+
@info "create client $client"
910
@assert client != C_NULL
1011
client = new(client)
1112
finalizer(client) do client

0 commit comments

Comments
 (0)