From 09814edb65fa631863cf1e5e797067fb6f3c7535 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 14 Dec 2023 17:55:49 +0000 Subject: [PATCH] [UR] Bump tag to dcec3feb --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 7a8283afa0768..08ac9ed3b6bf2 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,8 +56,14 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/jandres742/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG 9fc2c2ebd60b97f1b8f4a5c3a6ac51eed5a5c460) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + # commit dcec3feb7912be6e6fb1a8ef268b2d61afe759c5 + # Merge: 4424195c 9fc2c2eb + # Author: Kenneth Benzie (Benie) + # 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}")