Skip to content

Commit 906c413

Browse files
author
Artem Gindinson
committed
Switch to XFAIL for CUDA
Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
1 parent be71125 commit 906c413

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

sycl/test/atomic_ref/add.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// TODO: Once NVPTX accepts the __spirv_AtomicF*() IR, remove the unsupported
2-
// mark
3-
// UNSUPPORTED: cuda
1+
// TODO: Once NVPTX accepts the __spirv_AtomicF*() IR, remove the XFAIL mark
2+
// XFAIL: cuda
43

54
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -DSYCL_USE_NATIVE_FP_ATOMICS \
65
// RUN: -fsycl-device-only -S %s -o - | FileCheck %s --check-prefix=CHECK-LLVM

sycl/test/atomic_ref/sub.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// TODO: Once NVPTX accepts the __spirv_AtomicF*() IR, remove the unsupported
2-
// mark
3-
// UNSUPPORTED: cuda
1+
// TODO: Once NVPTX accepts the __spirv_AtomicF*() IR, remove the XFAIL mark
2+
// XFAIL: cuda
43

54
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -DSYCL_USE_NATIVE_FP_ATOMICS \
65
// RUN: -fsycl-device-only -S %s -o - | FileCheck %s --check-prefix=CHECK-LLVM

0 commit comments

Comments
 (0)