From cd0beb654aa232c17a13b845dc0631e4bfc3f02f Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 3 Oct 2024 15:23:35 -0700 Subject: [PATCH] [UR][L0] Update to Loader version v1.17.44 -pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/2172 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 75d0d84317f90..0aa5ea3162b80 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 7aba70bc5c6bf82a6e5f7cdd3623eb8f46fcff40 # Merge: 1f13d2ce cf5994a1 # Author: Piotr Balcer # Date: Thu Oct 3 10:47:01 2024 +0200 # Merge pull request #2101 from lslusarczyk/fix-interleaved-urtraces # Fix mixed output of adapter and regular traces - set(UNIFIED_RUNTIME_TAG 7aba70bc5c6bf82a6e5f7cdd3623eb8f46fcff40) + set(UNIFIED_RUNTIME_TAG 1032b81d82905aa61474ee32ae3888f03add948f) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need