Skip to content

Commit 42d627e

Browse files
authored
Update FetchUnifiedRuntime.cmake
1 parent e662625 commit 42d627e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git")
120-
set(UNIFIED_RUNTIME_TAG a32549b4d173765e4476dda62ae627b3792e4e9e)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120+
# commit 7384e2d7b908de0b2bca9f3c57827ea84698864e
121+
# Merge: ed85c3e2 a32549b4
122+
# Author: Omar Ahmed <[email protected]>
123+
# Date: Fri Sep 20 14:56:40 2024 +0100
124+
# Merge pull request #2108 from pbalcer/fix-perf-tracing-logs
125+
# fix perf regression in tracing layer
126+
set(UNIFIED_RUNTIME_TAG 7384e2d7b908de0b2bca9f3c57827ea84698864e)
121127

122128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
123129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)