You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw(ArgumentError("Number of threads in group ($(threads.width * threads.height * threads.depth)) should not exceed $(kernel.pipeline.maxTotalThreadsPerThreadgroup)"))
273
274
274
-
cmdbuf =MTLCommandBuffer(queue)
275
+
cmdbuf =if kernel.loggingEnabled
276
+
ifmacos_version() <v"15"
277
+
@error"Logging is only supported on macOS 15 or higher"
278
+
end
279
+
280
+
ifMTLCaptureManager().isCapturing
281
+
@error"Logging is not supported while GPU frame capturing"
0 commit comments