From 7cdb0f908e380367c97ed3c57b23038a7a1faf1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=9Alusarczyk?= Date: Tue, 17 Sep 2024 21:59:51 +0200 Subject: [PATCH] cross check for https://github.com/oneapi-src/unified-runtime/pull/2101 --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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