Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c2285e0

Browse files
author
Artem Gindinson
committed
Use XFAIL for CUDA
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 70c275c commit c2285e0

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

SYCL/AtomicRef/add-native.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
6-
// TODO: Remove XFAIL/UNSUPPORTED once corresponding backends support
7-
// "native" SPIR-V
8-
// XFAIL: cpu
9-
// UNSUPPORTED: cuda
6+
// TODO: Remove items from XFAIL once corresponding backends support "native"
7+
// implementation
8+
// XFAIL: cpu && cuda
109

1110
#include <CL/sycl.hpp>
1211
#include <algorithm>

SYCL/AtomicRef/sub-native.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
6-
// TODO: Remove XFAIL/UNSUPPORTED once corresponding backends support
7-
// "native" SPIR-V
8-
// XFAIL: cpu
9-
// UNSUPPORTED: cuda
6+
// TODO: Remove items from XFAIL once corresponding backends support "native"
7+
// implementation
8+
// XFAIL: cpu && cuda
109

1110
#include <CL/sycl.hpp>
1211
#include <algorithm>

0 commit comments

Comments
 (0)