We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269665b commit 6efa231Copy full SHA for 6efa231
test/gpu/metal.jl
@@ -1,3 +1,2 @@
1
-if Sys.isapple() && occursin("arm64", Sys.MACHINE)
2
- test_S_kwarg(arrayType = MtlArray, notMetal = false)
3
-end
+using Metal
+test_S_kwarg(arrayType = MtlArray, notMetal = false)
0 commit comments