From 31d5579d4053fdb7a9f04f8afd25d5da2b0d6d53 Mon Sep 17 00:00:00 2001 From: Jaime Arteaga Date: Fri, 15 Dec 2023 05:17:09 -0600 Subject: [PATCH] [UR][L0] Upgrade L0 loader to v1.15.1 (#11844) This to use latest features present in L0 spec. --------- Signed-off-by: Jaime Arteaga Co-authored-by: Kenneth Benzie (Benie) --- sycl/plugins/unified_runtime/CMakeLists.txt | 12 ++++++------ sycl/test-e2e/Graph/Explicit/host_task.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/host_task.cpp | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 7fbaa2e35d2e8..c215401a0d724 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 3e4d7248b4b1c7d70fa40c08e627833279c8fd5f - # Merge: 95f90926 815a2869 + # commit dcec3feb7912be6e6fb1a8ef268b2d61afe759c5 + # Merge: 4424195c 9fc2c2eb # Author: Kenneth Benzie (Benie) - # Date: Thu Dec 14 12:03:01 2023 +0000 - # Merge pull request #1105 from jandres742/fixtestusm - # [UR][L0] Add several fixes to L0 adapter for test-usm - set(UNIFIED_RUNTIME_TAG 3e4d7248b4b1c7d70fa40c08e627833279c8fd5f) + # Date: Thu Dec 14 17:54:55 2023 +0000 + # Merge pull request #1061 from jandres742/updateL0loader + # [UR][L0] Upgrade L0 loader to v1.15.1 + set(UNIFIED_RUNTIME_TAG dcec3feb7912be6e6fb1a8ef268b2d61afe759c5) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") diff --git a/sycl/test-e2e/Graph/Explicit/host_task.cpp b/sycl/test-e2e/Graph/Explicit/host_task.cpp index 9c74421bdb88c..5998272ab3f23 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task.cpp @@ -1,6 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// Extra run to check for leaks in Level Zero +// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %} // // CHECK-NOT: LEAK diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp index 8962a48652761..920f938e39e85 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp @@ -1,6 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// Extra run to check for leaks in Level Zero +// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %} // // CHECK-NOT: LEAK