diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 503db98e0ea09..884e3ba3787cd 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,14 +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 6298474e628889d3598b9416303a52e67a2b66aa - # Merge: 3cd6eaeb 4bb6a103 - # Author: Piotr Balcer - # Date: Wed Sep 18 09:20:05 2024 +0200 - # Merge pull request #2093 from lslusarczyk/memleak-fix - # fixed issue #1990, L0 leaks checker counts successful create/destroy only - set(UNIFIED_RUNTIME_TAG 6298474e628889d3598b9416303a52e67a2b66aa) + set(UNIFIED_RUNTIME_REPO "https://github.com/lslusarczyk/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 2d10f85bb08e092a716c1a32828fa1104cc5508a) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need