diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 3794a6d2b34a3..2f307f52fad19 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/igchor/unified-runtime.git") # commit b4195cbb694b6e7c6216bf42a757ed700a325855 # Merge: 5482621c ab77d020 # Author: Omar Ahmed # Date: Mon Aug 26 14:00:04 2024 +0100 # Merge pull request #2006 from zhaomaosu/devsan-fix-cxxlib-mismatch # [DeviceSanitizer] Fix libstdc++ and libc++ mismatch problem - set(UNIFIED_RUNTIME_TAG b4195cbb694b6e7c6216bf42a757ed700a325855) + set(UNIFIED_RUNTIME_TAG bed040efb65871fa85cbeba1dc0f3336c66e20a1) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need