Skip to content

Commit 30bfd1f

Browse files
authored
[SYCL] Remove XFAIL for passing tests (#3076)
1 parent 1040b94 commit 30bfd1f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

sycl/test/atomic_ref/add.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO: Once NVPTX accepts the __spirv_AtomicF*() IR, remove the XFAIL mark
2-
// XFAIL: cuda
3-
41
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -DSYCL_USE_NATIVE_FP_ATOMICS \
52
// RUN: -fsycl-device-only -S %s -o - | FileCheck %s --check-prefix=CHECK-LLVM
63
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-device-only -S %s -o - \

sycl/test/atomic_ref/sub.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO: Once NVPTX accepts the __spirv_AtomicF*() IR, remove the XFAIL mark
2-
// XFAIL: cuda
3-
41
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -DSYCL_USE_NATIVE_FP_ATOMICS \
52
// RUN: -fsycl-device-only -S %s -o - | FileCheck %s --check-prefix=CHECK-LLVM
63
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-device-only -S %s -o - \

0 commit comments

Comments
 (0)