Skip to content

Commit 664a5a1

Browse files
committed
Disable CPU-only KA testsets
1 parent 792451c commit 664a5a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/kernelabstractions.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ Testsuite.testsuite(()->MetalBackend(), "Metal", Metal, MtlArray, Metal.MtlDevic
77
"Convert", # depends on https://github.com/JuliaGPU/Metal.jl/issues/69
88
"SpecialFunctions", # no equivalent Metal intrinsics for gamma, erf, etc
99
"sparse", # not supported yet
10+
"CPU synchronization",
11+
"fallback test: callable types",
1012
]))

0 commit comments

Comments
 (0)