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 88e1117 commit bd99ecdCopy full SHA for bd99ecd
src/state.jl
@@ -95,7 +95,6 @@ First-In-First-Out manner, this synchronizes the GPU.
95
end
96
@autoreleasepool function synchronize(queue::MTL4CommandQueue)
97
cmdbuf, allocator = get(global_queues4, queue) do
98
- @info "hello"
99
dev = queue.device
100
MTL4CommandBuffer(dev), MTL4CommandAllocator(dev)
101
0 commit comments