Skip to content

Commit 31d5579

Browse files
Jaime Arteagakbenzie
andauthored
[UR][L0] Upgrade L0 loader to v1.15.1 (#11844)
This to use latest features present in L0 spec. --------- Signed-off-by: Jaime Arteaga <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 4aeb244 commit 31d5579

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 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 3e4d7248b4b1c7d70fa40c08e627833279c8fd5f
61-
# Merge: 95f90926 815a2869
60+
# commit dcec3feb7912be6e6fb1a8ef268b2d61afe759c5
61+
# Merge: 4424195c 9fc2c2eb
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Dec 14 12:03:01 2023 +0000
64-
# Merge pull request #1105 from jandres742/fixtestusm
65-
# [UR][L0] Add several fixes to L0 adapter for test-usm
66-
set(UNIFIED_RUNTIME_TAG 3e4d7248b4b1c7d70fa40c08e627833279c8fd5f)
63+
# Date: Thu Dec 14 17:54:55 2023 +0000
64+
# Merge pull request #1061 from jandres742/updateL0loader
65+
# [UR][L0] Upgrade L0 loader to v1.15.1
66+
set(UNIFIED_RUNTIME_TAG dcec3feb7912be6e6fb1a8ef268b2d61afe759c5)
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/host_task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// Extra run to check for leaks in Level Zero
3+
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
55
//
66
// CHECK-NOT: LEAK

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// Extra run to check for leaks in Level Zero
3+
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
55
//
66
// CHECK-NOT: LEAK

0 commit comments

Comments
 (0)