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

Commit ee4653d

Browse files
authored
[SYCL][Plugin][L0] Fix queue creation test to not run on windows (#621)
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 3119014 commit ee4653d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SYCL/Plugin/level_zero_queue_create.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2+
// TODO: ZE_DEBUG=4 produces no output on Windows. Enable when fixed.
3+
// UNSUPPORTED: windows
4+
25
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
3-
// RUN: env SYCL_DEVICE_FILTER=level_zero ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
6+
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
47
//
58
// CHECK: zeCommandQueueCreate = 1 \---> zeCommandQueueDestroy = 1
69
// The test is to check that there is only a single level zero queue created

0 commit comments

Comments
 (0)