Skip to content

Commit dbf84f3

Browse files
baderbb-sycl
authored andcommitted
Disable esimd_pack_unpack_mask test on OpenCL (intel#902)
The test was validated on old version of GPU driver. Newer version used in CI today exposes an issue with this test.
1 parent 541289e commit dbf84f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
=======
1212
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
1313
// XFAIL: esimd_emulator
14+
<<<<<<< HEAD
1415
>>>>>>> 3c06ec209 ([ESIMD] Add smoke test for pack_mask/unpack_mask APIs. (#826))
16+
=======
17+
// TODO: fails on OpenCL - https://github.com/intel/llvm-test-suite/issues/901
18+
// UNSUPPORTED: opencl
19+
>>>>>>> 05909cd65 (Disable esimd_pack_unpack_mask test on OpenCL (#902))
1520
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1621
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1722
//

0 commit comments

Comments
 (0)