From d01ae60b0d5ae9461518da375ae5346c57bd9fc2 Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Thu, 7 Mar 2024 12:31:34 +0000 Subject: [PATCH] Update UR commit tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index da1a3cf7837f2..3bb571fe3f6e9 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -4,9 +4,9 @@ # Options to override the default behaviour of the FetchContent to include UR # source code. set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO - "" CACHE STRING "Override the Unified Runtime FetchContent repository") + "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository") set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG - "" CACHE STRING "Override the Unified Runtime FetchContent tag") + "df1701b9addb75b58e241a86ad4ec828573707a4" CACHE STRING "Override the Unified Runtime FetchContent tag") # Options to disable use of FetchContent to include Unified Runtime source code # to improve developer workflow.