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

Commit 1a3071e

Browse files
[SYCL] Update the reason InOrderQueueDeps is disabled with Level Zero (#139)
The test was initially disabled due to a bug in the Level Zero plugin that led to a hang, which has already been fixed in intel/llvm#3081 Despite that, the test should stay disabled since the tested functionality is to be temporarily turned off for Level Zero in intel/llvm#3188
1 parent c0d4afa commit 1a3071e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/Scheduler/InOrderQueueDeps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
55
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
66

7-
// The test is hanging on Level_Zero plugin
7+
// The tested functionality is disabled with Level Zero until it is supported by
8+
// the plugin.
89
// UNSUPPORTED: level_zero
910
//==----------------------- InOrderQueueDeps.cpp ---------------------------==//
1011
//

0 commit comments

Comments
 (0)