We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d3206 commit ee3689cCopy full SHA for ee3689c
1 file changed
test/runtests.jl
@@ -39,7 +39,7 @@ function generate_test(test, expr)
39
# some tests require native execution capabilities
40
requires_il = test in ["atomics", "execution", "intrinsics", "kernelabstractions",
41
"statistics", "linalg", ] ||
42
- startswith(test, "gpuarrays/")
+ startswith(test, "gpuarrays/") || startswith(test, "device/")
43
44
# targets is a global variable that is defined in init_code
45
return quote
0 commit comments