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 6bca739 commit 725fa0bCopy full SHA for 725fa0b
test/runtests.jl
@@ -39,7 +39,7 @@ if (GROUP == "All") || (GROUP == "Core")
39
end
40
41
42
-if (GROUP == "CUDA_Ext") || (GROUP == "All")
+if (GROUP == "CUDA_Ext")# || (GROUP == "All")
43
Pkg.add("CUDA")
44
include(joinpath(testdir, "ext-test", "cuda_ext.jl"))
45
0 commit comments