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

Commit 317ba14

Browse files
author
Artem Gindinson
committed
Move back to UNSUPPORTED logic to exclude PR cross-dependencies
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 56176a5 commit 317ba14

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

SYCL/AtomicRef/add-native.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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 items from XFAIL once corresponding backends support "native"
7-
// implementation
8-
// XFAIL: cpu || cuda
6+
// TODO: Remove items from UNSUPPORTED once corresponding backends support
7+
// "native" implementation
8+
// UNSUPPORTED: cpu, cuda
99

1010
#include <CL/sycl.hpp>
1111
#include <algorithm>

SYCL/AtomicRef/sub-native.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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 items from XFAIL once corresponding backends support "native"
7-
// implementation
8-
// XFAIL: cpu || cuda
6+
// TODO: Remove items from UNSUPPORTED once corresponding backends support
7+
// "native" implementation
8+
// UNSUPPORTED: cpu, cuda
99

1010
#include <CL/sycl.hpp>
1111
#include <algorithm>

0 commit comments

Comments
 (0)