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

Commit 21e8c6d

Browse files
author
Artem Gindinson
authored
Re-enable native atomic tests on GPU (#118)
* Revert "Disable native tests on L0 to mitigate GPU driver-level issues (#111)" This reverts commit dc2310c. * Also enable min/max tests - no effect until SYCL implementation is given Signed-off-by: Artem Gindinson <[email protected]>
1 parent f0587be commit 21e8c6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SYCL/AtomicRef/add-native.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// TODO: Remove items from UNSUPPORTED once corresponding backends support
77
// "native" implementation
8-
// UNSUPPORTED: level_zero, cpu, cuda
8+
// UNSUPPORTED: cpu, cuda
99

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

SYCL/AtomicRef/max-native.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// TODO: Remove items from UNSUPPORTED once corresponding backends support
77
// "native" implementation
8-
// UNSUPPORTED: gpu, cpu, cuda
8+
// UNSUPPORTED: cpu, cuda
99

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

SYCL/AtomicRef/min-native.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// TODO: Remove items from UNSUPPORTED once corresponding backends support
77
// "native" implementation
8-
// UNSUPPORTED: gpu, cpu, cuda
8+
// UNSUPPORTED: cpu, cuda
99

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

SYCL/AtomicRef/sub-native.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// TODO: Remove items from UNSUPPORTED once corresponding backends support
77
// "native" implementation
8-
// UNSUPPORTED: level_zero, cpu, cuda
8+
// UNSUPPORTED: cpu, cuda
99

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

0 commit comments

Comments
 (0)