Skip to content

Commit 4fa8f0c

Browse files
committed
Remove irrelevant KA tests
These always run on the CPU backend which is currently broken in 1.12, creating false negatives for the GPU tests
1 parent d515bd7 commit 4fa8f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kernelabstractions_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AMDGPU.allowscalar(false)
99
@testset "kernelabstractions" begin
1010

1111
# TODO fix Printing
12-
skip_tests = ["Printing", "sparse"]
12+
skip_tests = ["Printing", "sparse", "CPU synchronization", "fallback test: callable types",]
1313
if Sys.iswindows()
1414
# TODO
1515
# We do not support hostcalls on Windows yet.

0 commit comments

Comments
 (0)