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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

0 commit comments

Comments
 (0)