Skip to content

Commit 1f235d6

Browse files
[SYCL] Disable Plugin/interop-level-zero-interop-task-mem.cpp on L0 Linux (intel#288)
This patch disables SYCL :: Plugin/interop-level-zero-interop-task-mem.cpp on Level Zero on Linux because it fails for all opened PRs
1 parent 29b4273 commit 1f235d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Plugin/interop-level-zero-interop-task-mem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
33
// RUN: env SYCL_BE=PI_LEVEL_ZERO %GPU_RUN_PLACEHOLDER %t.out
44

5+
// Test fails on Level Zero on Linux
6+
// UNSUPPORTED: level_zero && linux
7+
58
// Test for Level Zero interop_task
69

710
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)