Skip to content

Commit b1d81d7

Browse files
[SYCL][Graph] Disable USM tests on gpu-intel-dg2 (#12648)
After PR #12279, the USM tests fail in post-commit CIs (https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479). We temporarily disable these tests during the bug investigation.
1 parent 0eac618 commit b1d81d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+234
-10
lines changed

sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/basic_usm.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/empty_node.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/host_task.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/host_task2.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/host_task_last.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/host_task_single.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/host_task_successive.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/memadvise.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
// RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %}
33

44
// Mem advise command not supported for OpenCL
5-
// UNSUPPORTED: opencl
5+
// Post-commit test failed
6+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
7+
// Temporarily disable USM based tests while investigating the bug.
8+
// UNSUPPORTED: opencl, gpu-intel-dg2
69

710
// Since Mem advise is only a memory hint that doesn't
811
// impact results but only performances, we verify

sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/prefetch.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
// RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %}
33

44
// prefetch command not supported for OpenCL
5-
// UNSUPPORTED: opencl
5+
// Post-commit test failed
6+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
7+
// Temporarily disable USM based tests while investigating the bug.
8+
// UNSUPPORTED: opencl, gpu-intel-dg2
69

710
// Since Prefetch is only a memory hint that doesn't
811
// impact results but only performances, we verify

sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
55
//
66
// CHECK-NOT: LEAK
7+
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
712

813
#define GRAPH_E2E_EXPLICIT
914

sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/repeated_exec.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/sub_graph.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/usm_copy.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
//
88
//
99
// USM copy command not supported for OpenCL
10-
// UNSUPPORTED: opencl
10+
// Post-commit test failed
11+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
12+
// Temporarily disable USM based tests while investigating the bug.
13+
// UNSUPPORTED: opencl, gpu-intel-dg2
1114

1215
#define GRAPH_E2E_EXPLICIT
1316

sycl/test-e2e/Graph/Explicit/usm_fill.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_EXPLICIT
1014

sycl/test-e2e/Graph/Explicit/usm_memset.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
88
// USM memset command not supported for OpenCL
9-
// UNSUPPORTED: opencl
9+
// Post-commit test failed
10+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
11+
// Temporarily disable USM based tests while investigating the bug.
12+
// UNSUPPORTED: opencl, gpu-intel-dg2
1013

1114
#define GRAPH_E2E_EXPLICIT
1215

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
//
88
//
99
// Temporarily disabled until failure is addressed.
10-
// UNSUPPORTED: windows
10+
// Post-commit test failed
11+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
12+
// Temporarily disable USM based tests while investigating the bug.
13+
// UNSUPPORTED: windows, gpu-intel-dg2
1114

1215
#define GRAPH_E2E_RECORD_REPLAY
1316

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
// This test attempts recording a set of kernels after they have already been
1014
// executed once before.

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#include "../graph_common.hpp"
1014

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_RECORD_REPLAY
1014

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_RECORD_REPLAY
1014

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_RECORD_REPLAY
1014

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable the tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_RECORD_REPLAY
1014

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
// Post-commit test failed
9+
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
10+
// Temporarily disable USM based tests while investigating the bug.
11+
// UNSUPPORTED: gpu-intel-dg2
812

913
#define GRAPH_E2E_RECORD_REPLAY
1014

0 commit comments

Comments
 (0)