Skip to content

Commit 89a0525

Browse files
authored
[SYCL][Graph][Test] Move host_task_in_order_dependency to unsupported with windows + gen12 + level_zero (#20792)
- `host_task_in_order.cpp` introduced in #20690 sporadically fails on Windows + Gen12 due to reported L0 leaks - Move to unsupported for the affected configuration and track resolution in #20696
1 parent cb40408 commit 89a0525

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/Graph/RecordReplay/host_task_in_order_dependency.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
//
6+
// UNSUPPORTED: level_zero && windows && gpu-intel-gen12
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20696
8+
//
69
// REQUIRES: aspect-usm_host_allocations
710

811
// Tests injected barrier between an in-order operation in no event mode and a

0 commit comments

Comments
 (0)