From 2dd1fb0d9aa6d8239b0cd73f859750b63e7d518c Mon Sep 17 00:00:00 2001 From: "Wu, Yingcong" Date: Thu, 29 Aug 2024 00:03:01 -0700 Subject: [PATCH] change ur tag --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 953b4851be7d9..f4b7041994118 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -125,6 +125,9 @@ if(SYCL_UR_USE_FETCH_CONTENT) # [XPTI] Use `ur.call` rather than `ur` in XPTI set(UNIFIED_RUNTIME_TAG d0a50523006fa6f283da6a36811081add3bb22fc) + set(UNIFIED_RUNTIME_REPO "https://github.com/yingcong-wu/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG "yc/0827-asan-found_use-after-free") + set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need # to link statically on windows