Skip to content

Commit b81ee64

Browse files
author
Artem Gindinson
authored
Disable native tests on L0 to mitigate GPU driver-level issues (intel/llvm-test-suite#111)
Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
1 parent 2f56de6 commit b81ee64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: cpu, cuda
8+
// UNSUPPORTED: level_zero, 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: cpu, cuda
8+
// UNSUPPORTED: level_zero, cpu, cuda
99

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

0 commit comments

Comments
 (0)