Skip to content

[SYCL][Graph] Re-enable USM-based graph tests on gpu-intel-dg2 #12677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 32e2533fef84f48a2cf2db292d40c7c8d321780d
# Merge: 9babc4d0 24066e4a
# Author: Piotr Balcer <piotr.balcer@intel.com>
# Date: Fri Feb 9 08:39:25 2024 +0100
# Merge pull request #1300 from nrspruit/queue_release_cleanup
# [L0] Cleanup Queue at Release unconditionally and reset command list after failure
set(UNIFIED_RUNTIME_TAG 32e2533fef84f48a2cf2db292d40c7c8d321780d)
# commit 47102cb2b275472054803a9399b5b977ef210b23
# Merge: 186bfb9d 2390664d
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Fri Feb 9 12:21:47 2024 +0000
# Merge pull request #1328 from Bensuo/maxime/events-reset-bugfix
# [EXP][CMDBUF] Reset events for multiple submissions (bugfix)
set(UNIFIED_RUNTIME_TAG 47102cb2b275472054803a9399b5b977ef210b23)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/basic_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/empty_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/host_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/host_task2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/host_task_last.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/host_task_single.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/host_task_successive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 1 addition & 4 deletions sycl/test-e2e/Graph/Explicit/memadvise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// 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
// 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
// UNSUPPORTED: opencl

// Since Mem advise is only a memory hint that doesn't
// impact results but only performances, we verify
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 1 addition & 4 deletions sycl/test-e2e/Graph/Explicit/prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// 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
// 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
// UNSUPPORTED: opencl

// Since Prefetch is only a memory hint that doesn't
// impact results but only performances, we verify
Expand Down
10 changes: 3 additions & 7 deletions sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
// RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// 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 %}
//
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/repeated_exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/sub_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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,10 +5,6 @@
// 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,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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,10 +5,6 @@
// 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: 1 addition & 4 deletions sycl/test-e2e/Graph/Explicit/usm_copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
//
//
// USM copy command not supported for 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
// UNSUPPORTED: opencl

#define GRAPH_E2E_EXPLICIT

Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/usm_fill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 1 addition & 4 deletions sycl/test-e2e/Graph/Explicit/usm_memset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
// 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
// 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
// UNSUPPORTED: opencl

#define GRAPH_E2E_EXPLICIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
//
//
// Temporarily disabled until failure is addressed.
// 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
// UNSUPPORTED: windows

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/Graph/RecordReplay/after_use.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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: 0 additions & 4 deletions sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
// 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
Loading