From b62ff08c1af3898fb08607d8dffce977b34b444c Mon Sep 17 00:00:00 2001 From: "Zhao, Yang2" Date: Tue, 6 Aug 2024 00:03:23 -0700 Subject: [PATCH] update ur repo --- 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 2ad6f7d590357..92e02d5571792 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -115,14 +115,14 @@ if(SYCL_PI_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/AllanZyne/unified-runtime.git") # commit c5d2175b5823d5b74de1e7e0d6081ab6d885bc34 # Merge: 99489ad4 c86beb60 # Author: Omar Ahmed # Date: Wed Jul 31 14:52:26 2024 +0100 # Merge pull request #1882 from przemektmalon/przemek/interop-map-memory # [Bindless][Exp] Add interop memory mapping to USM. - set(UNIFIED_RUNTIME_TAG c5d2175b5823d5b74de1e7e0d6081ab6d885bc34) + set(UNIFIED_RUNTIME_TAG review/yang/fix_dsan_destruction) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need