Skip to content

Commit e2bb05c

Browse files
callumfareomarahmed1111
authored andcommitted
Bump UR tag to include PrintTrace fix
1 parent 2630186 commit e2bb05c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
115115
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
116116
endfunction()
117117

118-
set(UNIFIED_RUNTIME_REPO "https://github.com/callumfare/unified-runtime.git")
119-
# commit bc1a28ede0df7f837047b632e00437587672c134
118+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
119+
# commit 3e762e00bcf13d158fb58e8e8c2eabcfc8934b4e
120+
# Merge: c805a71a a2a053de
120121
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
121-
# Date: Mon Jul 29 16:44:58 2024 +0100
122-
# Merge pull request #1819 from DBDuncan/sean/rename-interop-to-external
123-
# [Bindless][Exp] Rename interop related structs/funcs with "external"
124-
set(UNIFIED_RUNTIME_TAG a2a053de43b8488a571ec026512a98b178ca06e4)
122+
# Date: Wed Jul 31 12:26:34 2024 +0100
123+
# Merge pull request #1884 from callumfare/callum/fix_printtrace
124+
# Enable PrintTrace when SYCL UR tracing is enabled
125+
set(UNIFIED_RUNTIME_TAG 3e762e00bcf13d158fb58e8e8c2eabcfc8934b4e)
125126

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

0 commit comments

Comments
 (0)