Skip to content

Commit d3926f7

Browse files
authored
[SYCL][E2E] Disable host_task_in_order_dependency.cpp on Win DG2 (#21860)
Failing with the same symptom on Win DG2. Added more info to the linked GH tracker. Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent a5b9821 commit d3926f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
6+
// UNSUPPORTED: level_zero && windows && (gpu-intel-gen12 || gpu-intel-dg2)
77
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20696
88
//
99
// REQUIRES: aspect-usm_host_allocations

0 commit comments

Comments
 (0)