From e977c9f398fd2bcde9c304985510cdbc1ffeb417 Mon Sep 17 00:00:00 2001 From: Konrad Kusiak Date: Wed, 21 Feb 2024 15:13:38 +0000 Subject: [PATCH] Updated UR tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 2c28c7682d5a2..e9cf5ffbaad99 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,14 +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 24078c26ab871572067f520d856f4c65271cb9e5 - # Merge: 227a5edf 89a66af7 - # Author: Kenneth Benzie (Benie) - # Date: Mon Feb 19 11:51:49 2024 +0100 - # Merge pull request #1299 from rafbiels/rafbiels/fix-cuda-maxreg-check - # [CUDA] Fix MaxRegsPerBlock check in setKernelParams - set(UNIFIED_RUNTIME_TAG 24078c26ab871572067f520d856f4c65271cb9e5) + set(UNIFIED_RUNTIME_REPO "https://github.com/konradkusiak97/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 86f011b57047b2eef944b2c738fce2e66e5e85cd) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")