Skip to content

Commit ee3689c

Browse files
committed
Rebase omission
1 parent d1d3206 commit ee3689c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function generate_test(test, expr)
3939
# some tests require native execution capabilities
4040
requires_il = test in ["atomics", "execution", "intrinsics", "kernelabstractions",
4141
"statistics", "linalg", ] ||
42-
startswith(test, "gpuarrays/")
42+
startswith(test, "gpuarrays/") || startswith(test, "device/")
4343

4444
# targets is a global variable that is defined in init_code
4545
return quote

0 commit comments

Comments
 (0)