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

Commit 05909cd

Browse files
authored
Disable esimd_pack_unpack_mask test on OpenCL (#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 3c06ec2 commit 05909cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/ESIMD/api/esimd_pack_unpack_mask.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: esimd_emulator fails due to unimplemented 'single_task()' method
1111
// XFAIL: esimd_emulator
12+
// TODO: fails on OpenCL - https://github.com/intel/llvm-test-suite/issues/901
13+
// UNSUPPORTED: opencl
1214
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1315
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1416
//

0 commit comments

Comments
 (0)