From 4bbad088c61bc1b9ec85ab67264d99d69e5fd27f Mon Sep 17 00:00:00 2001 From: Martin Morrison-Grant Date: Wed, 3 Jul 2024 17:23:38 +0100 Subject: [PATCH] [UR] Logger callback function sink --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 8f59101cbeb3..0bb11585aee4 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,12 +116,8 @@ 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") - # commit af7e275b509b41f54a66743ebf748dfb51668abf - # Author: Maosu Zhao - # Date: Thu Oct 17 16:31:21 2024 +0800 - # [DeviceSanitizer] Refactor the code to manage shadow memory (#2127) - set(UNIFIED_RUNTIME_TAG af7e275b509b41f54a66743ebf748dfb51668abf) + set(UNIFIED_RUNTIME_REPO "https://github.com/martygrant/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG e592c3ddb2a1b9f68061f164c5ee0bbcec16caa5) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need