Skip to content

Commit 97b6331

Browse files
committed
omit DecoupledLookback from testing in oneAPI until atomic orderings are fixed there
1 parent efd7240 commit 97b6331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ elseif "--oneAPI" in ARGS
2121
using oneAPI
2222
oneAPI.versioninfo()
2323
const BACKEND = oneAPIBackend()
24-
TEST_DL[] = true
24+
25+
# FIXME: need atomic orderings for `DecoupledLookback` in oneAPI
26+
# TEST_DL[] = true
2527
elseif "--AMDGPU" in ARGS
2628
Pkg.add("AMDGPU")
2729
using AMDGPU

0 commit comments

Comments
 (0)