Skip to content
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

[SYCL][Graph] Disable USM tests on gpu-intel-dg2 #12648

Merged
merged 3 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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/queue_constructor_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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,9 @@
// 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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,9 @@
// 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: 3 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,9 @@
//
//
// 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
3 changes: 3 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,9 @@
// 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: 3 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,9 @@
// 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,9 @@
//
//
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 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,9 @@
// 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
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/host_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/host_task2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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 uses a host_task when adding a command_graph node to an
// in-order queue.
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
// 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_RECORD_REPLAY

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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
Loading