Skip to content

Commit 0f3f925

Browse files
committed
Fixup KA tests
1 parent a455757 commit 0f3f925

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/core/kernelabstractions.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ end
2525

2626
include(joinpath(dirname(pathof(KernelAbstractions)), "..", "test", "testsuite.jl"))
2727

28-
ka_skip_tests = Set{String}(["sparse"])
29-
Testsuite.testsuite(()->CUDABackend(false, false), "CUDA", CUDA, CuArray, CuDeviceArray;
30-
skip_tests=ka_skip_tests)
28+
ka_skip_tests = Set{String}(["CPU synchronization", "fallback test: callable types"])
29+
Testsuite.testsuite(()->CUDABackend(false, false), "CUDA", CUDA, CuArray, CuDeviceArray; skip_tests=ka_skip_tests)
3130
for (PreferBlocks, AlwaysInline) in Iterators.product((true, false), (true, false))
3231
Testsuite.unittest_testsuite(()->CUDABackend(PreferBlocks, AlwaysInline), "CUDA", CUDA, CuDeviceArray;
3332
skip_tests=ka_skip_tests)

0 commit comments

Comments
 (0)