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

0 commit comments

Comments
 (0)