From 58988a8d5c7291ff4591f359b54e4319d5cc2fa3 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Mon, 16 Sep 2024 11:07:45 -0700 Subject: [PATCH] [UR][L0] Fix Counter Based Event Default signal given placeholder -pre-commit PR https://github.com/oneapi-src/unified-runtime/pull/2097 Signed-off-by: Neil R. Spruit --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 30996265cf6b0..62fb48c38d693 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,14 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") # commit ad43e28add70e59dd0881043a7a2ab46947ba089 # Merge: fa9ebe7b 53abe070 # Author: Omar Ahmed # Date: Mon Sep 16 10:20:10 2024 +0100 # Merge pull request #2060 from martygrant/martin/supressSystemErrorsOnWindows # [Loader] Suppress system errors when loading adapters on Windows - set(UNIFIED_RUNTIME_TAG ad43e28add70e59dd0881043a7a2ab46947ba089) + set(UNIFIED_RUNTIME_TAG bd5ed375014e9131605713997f8ec13b8eb8e6df) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need