From 42d627e0741e1dda22add8424bad7b7e5ca7c0e1 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Fri, 20 Sep 2024 16:10:57 +0200 Subject: [PATCH] Update FetchUnifiedRuntime.cmake --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 592d9574570e7..5a95f16ed5060 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,8 +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/pbalcer/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG a32549b4d173765e4476dda62ae627b3792e4e9e) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + # commit 7384e2d7b908de0b2bca9f3c57827ea84698864e + # Merge: ed85c3e2 a32549b4 + # Author: Omar Ahmed + # Date: Fri Sep 20 14:56:40 2024 +0100 + # Merge pull request #2108 from pbalcer/fix-perf-tracing-logs + # fix perf regression in tracing layer + set(UNIFIED_RUNTIME_TAG 7384e2d7b908de0b2bca9f3c57827ea84698864e) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need