From ca0e0e88f1dd6430cd343cef40f95b0e17c2cd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=9Alusarczyk?= Date: Wed, 2 Oct 2024 15:17:05 +0200 Subject: [PATCH] updated UR tag --- 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 ee17573ba6bb7..9dc1423622e2e 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/lslusarczyk/unified-runtime.git") # commit 0247d0966ca8c5d1e3245f375e48e6c997bed9af # Merge: 675dd292 04ffc909 # Author: aarongreig # Date: Tue Oct 1 17:10:58 2024 +0100 # Merge pull request #2154 from npmiller/fix-graph-exce # [CUDA][HIP] Fix exceptions throwing from adapter - set(UNIFIED_RUNTIME_TAG 0247d0966ca8c5d1e3245f375e48e6c997bed9af) + set(UNIFIED_RUNTIME_TAG fcdcc759259c50c5880191fdc23fe531d9724a5a) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need