Skip to content

Commit

Permalink
[SYCL][Graph] Disable USM tests on gpu-intel-dg2 (#12648)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mfrancepillois authored Feb 8, 2024
1 parent 0eac618 commit b1d81d7
Show file tree
Hide file tree
Showing 58 changed files with 234 additions and 10 deletions.
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/basic_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/empty_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/host_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/host_task2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/host_task_last.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/host_task_single.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/host_task_successive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
5 changes: 4 additions & 1 deletion sycl/test-e2e/Graph/Explicit/memadvise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
// RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %}

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

// Since Mem advise is only a memory hint that doesn't
// impact results but only performances, we verify
Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
5 changes: 4 additions & 1 deletion sycl/test-e2e/Graph/Explicit/prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
// RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %}

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

// Since Prefetch is only a memory hint that doesn't
// impact results but only performances, we verify
Expand Down
5 changes: 5 additions & 0 deletions sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
// RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
//
// CHECK-NOT: LEAK
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/repeated_exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/sub_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
5 changes: 4 additions & 1 deletion sycl/test-e2e/Graph/Explicit/usm_copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
//
//
// USM copy command not supported for OpenCL
// UNSUPPORTED: opencl
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: opencl, gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/usm_fill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
5 changes: 4 additions & 1 deletion sycl/test-e2e/Graph/Explicit/usm_memset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
// 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 %}
//
// USM memset command not supported for OpenCL
// UNSUPPORTED: opencl
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: opencl, gpu-intel-dg2

#define GRAPH_E2E_EXPLICIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
//
//
// Temporarily disabled until failure is addressed.
// UNSUPPORTED: windows
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: windows, gpu-intel-dg2

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/after_use.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

// This test attempts recording a set of kernels after they have already been
// executed once before.
Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#include "../graph_common.hpp"

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable the tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/empty_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// Post-commit test failed
// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479
// Temporarily disable USM based tests while investigating the bug.
// UNSUPPORTED: gpu-intel-dg2

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
Loading

0 comments on commit b1d81d7

Please sign in to comment.