Skip to content

Commit e1e026c

Browse files
simeonschaubchristiangnrd
authored andcommitted
Add 'Random' to skip_tests in kernelabstractions
Needed to make JuliaGPU/KernelAbstractions.jl#659 pass CI. We should eventually add RNG support to oneAPI by using a similar approach to OpenCL.jl, but lets skip these tests for now
1 parent 3e863fe commit e1e026c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/kernelabstractions.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ include(joinpath(dirname(pathof(KernelAbstractions)), "..", "test", "testsuite.j
44
skip_tests=Set([
55
"sparse",
66
"Convert", # Need to opt out of i128
7+
"Random",
78
])
89
Testsuite.testsuite(oneAPIBackend, "oneAPI", oneAPI, oneArray, oneDeviceArray; skip_tests)

0 commit comments

Comments
 (0)