diff --git a/SYCL/AtomicRef/add-native.cpp b/SYCL/AtomicRef/add-native.cpp index f809250fd1..93189fb733 100644 --- a/SYCL/AtomicRef/add-native.cpp +++ b/SYCL/AtomicRef/add-native.cpp @@ -5,7 +5,7 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // TODO: Remove items from UNSUPPORTED once corresponding backends support // "native" implementation -// UNSUPPORTED: level_zero, cpu, cuda +// UNSUPPORTED: cpu, cuda #include #include diff --git a/SYCL/AtomicRef/max-native.cpp b/SYCL/AtomicRef/max-native.cpp index 3363e85d54..42f3f83404 100644 --- a/SYCL/AtomicRef/max-native.cpp +++ b/SYCL/AtomicRef/max-native.cpp @@ -5,7 +5,7 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // TODO: Remove items from UNSUPPORTED once corresponding backends support // "native" implementation -// UNSUPPORTED: gpu, cpu, cuda +// UNSUPPORTED: cpu, cuda #include #include diff --git a/SYCL/AtomicRef/min-native.cpp b/SYCL/AtomicRef/min-native.cpp index f083f2783d..eac73e7332 100644 --- a/SYCL/AtomicRef/min-native.cpp +++ b/SYCL/AtomicRef/min-native.cpp @@ -5,7 +5,7 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // TODO: Remove items from UNSUPPORTED once corresponding backends support // "native" implementation -// UNSUPPORTED: gpu, cpu, cuda +// UNSUPPORTED: cpu, cuda #include #include diff --git a/SYCL/AtomicRef/sub-native.cpp b/SYCL/AtomicRef/sub-native.cpp index 00174cbc9a..c3fba4e93b 100644 --- a/SYCL/AtomicRef/sub-native.cpp +++ b/SYCL/AtomicRef/sub-native.cpp @@ -5,7 +5,7 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // TODO: Remove items from UNSUPPORTED once corresponding backends support // "native" implementation -// UNSUPPORTED: level_zero, cpu, cuda +// UNSUPPORTED: cpu, cuda #include #include