Skip to content

Commit f642575

Browse files
[SYCL][Graph] Re-enable USM-based graph tests on gpu-intel-dg2 (#12677)
The UR PR oneapi-src/unified-runtime#1328 fixes the bug revealed by the post-commit CIs https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 These tests can therefore be re-enabled.
1 parent effbbab commit f642575

Some content is hidden

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

59 files changed

+22
-245
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

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

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
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-
// 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
5+
// UNSUPPORTED: opencl
96

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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
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-
// 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
5+
// UNSUPPORTED: opencl
96

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

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
4-
// RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
4+
// RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
5+
// Extra run to check for immediate-command-list in Level Zero
6+
// 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 %}
57
//
6-
// 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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
//
88
//
99
// USM copy command not supported for 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
10+
// UNSUPPORTED: opencl
1411

1512
#define GRAPH_E2E_EXPLICIT
1613

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_EXPLICIT
1410

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
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-
// 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
9+
// UNSUPPORTED: opencl
1310

1411
#define GRAPH_E2E_EXPLICIT
1512

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
//
88
//
99
// Temporarily disabled until failure is addressed.
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
10+
// UNSUPPORTED: windows
1411

1512
#define GRAPH_E2E_RECORD_REPLAY
1613

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#include "../graph_common.hpp"
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_RECORD_REPLAY
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_RECORD_REPLAY
1410

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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
128

139
#define GRAPH_E2E_RECORD_REPLAY
1410

0 commit comments

Comments
 (0)