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

Commit dc2310c

Browse files
author
Artem Gindinson
authored
Disable native tests on L0 to mitigate GPU driver-level issues (#111)
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 7d13fd5 commit dc2310c

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)