From 41e3f2a789754aadd7b1226c05e3542a0cfc6a2c Mon Sep 17 00:00:00 2001 From: Aaron Greig Date: Fri, 29 Dec 2023 11:21:02 +0000 Subject: [PATCH] Pull in changes from UR PR #1125 --- sycl/plugins/unified_runtime/CMakeLists.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 4d789c3a72669..dbcbd45fed8a7 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,13 +56,8 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86 (HEAD -> main, gitlab-orion-origin/main) - # Author: Weronika Lewandowska - # Date: Fri Dec 22 10:11:47 2023 +0100 - # Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp - # [NATIVECPU] Remove event.hpp inclusion - set(UNIFIED_RUNTIME_TAG 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86) + set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 5231365be0895407de672235eb46a268b3518d7c) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")