We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c72106 commit 9f3b38fCopy full SHA for 9f3b38f
src/XLA.jl
@@ -6,6 +6,7 @@ mutable struct Client
6
client::Ptr{Cvoid}
7
8
function Client(client::Ptr{Cvoid})
9
+ @info "create client $client"
10
@assert client != C_NULL
11
client = new(client)
12
finalizer(client) do client
0 commit comments