Skip to content

Commit feb0a7d

Browse files
vladimirlazbb-sycl
authored andcommitted
[SYCL] Align tests with 22.05.22297 GPU RT (intel#871)
1 parent 206fc9f commit feb0a7d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

SYCL/ESIMD/regression/complex-lib-lin.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// UNSUPPORTED: cuda || hip
1010
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
1111
// XFAIL: esimd_emulator
12+
// The test hangs on 22.05.22297 GPU RT on Linux
13+
// UNSUPPORTED: linux && (opencl || level_zero) && gpu
1214
//
1315
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
1416
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o

SYCL/Regression/static-buffer-dtor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// Failing on HIP AMD
1919
// XFAIL: hip_amd
2020

21+
// The test fails on 22.05.22297 GPU RT on Linux
22+
// XFAIL: linux && (opencl || level_zero) && gpu
23+
2124
#include <CL/sycl.hpp>
2225

2326
int main() {

0 commit comments

Comments
 (0)