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 c4b91dd commit 20cd312Copy full SHA for 20cd312
src/device/intrinsics/output.jl
@@ -1,5 +1,5 @@
1
const MTLLOG_SUBSYSTEM = "com.juliagpu.metal.jl"
2
-const MTLLOG_CATEGRORY = "mtlprintf"
+const MTLLOG_CATEGORY = "mtlprintf"
3
4
const __METAL_OS_LOG_TYPE_DEBUG__ = Int32(2)
5
const __METAL_OS_LOG_TYPE_INFO__ = Int32(1)
0 commit comments