We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206fc9f commit feb0a7dCopy full SHA for feb0a7d
SYCL/ESIMD/regression/complex-lib-lin.cpp
@@ -9,6 +9,8 @@
9
// UNSUPPORTED: cuda || hip
10
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
11
// XFAIL: esimd_emulator
12
+// The test hangs on 22.05.22297 GPU RT on Linux
13
+// UNSUPPORTED: linux && (opencl || level_zero) && gpu
14
//
15
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
16
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o
SYCL/Regression/static-buffer-dtor.cpp
@@ -18,6 +18,9 @@
18
// Failing on HIP AMD
19
// XFAIL: hip_amd
20
21
+// The test fails on 22.05.22297 GPU RT on Linux
22
+// XFAIL: linux && (opencl || level_zero) && gpu
23
+
24
#include <CL/sycl.hpp>
25
26
int main() {
0 commit comments