From 4d6eb999359d96ae39783bf915bee11f8ece5885 Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Mon, 5 Feb 2024 15:46:11 +0000 Subject: [PATCH] Update UR tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index ad28f40d21edd..55221b230fd9a 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -7,7 +7,7 @@ set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository") set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG - "b85dbe23470a0f1fb167169279a31f97f7757321" CACHE STRING "Override the Unified Runtime FetchContent tag") + "eec7aa47fb7ddf9f659984ae1fd6d67eb3252f3d" CACHE STRING "Override the Unified Runtime FetchContent tag") # Options to disable use of FetchContent to include Unified Runtime source code # to improve developer workflow.