Skip to content

Commit 603aa8f

Browse files
UR: Bump UMF version to early 0.11 version
1 parent 80acd9b commit 603aa8f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ 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/oneapi-src/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/lukaszstolarczuk/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# commit b841691699393dd2375e987c3d38d5f59c3e35cf
2-
# Merge: c6859445 9de10cd9
3-
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Thu Jan 23 16:07:06 2025 +0000
5-
# Merge pull request #2559 from Bensuo/fix_kernel_arg_indices
6-
# [CUDA][HIP] Fix kernel arguments being overwritten when added out of order
7-
set(UNIFIED_RUNTIME_TAG b841691699393dd2375e987c3d38d5f59c3e35cf)
1+
# commit d193046de592482c47d87fdfaf92c7b8c59c9b66 (HEAD -> bump-umf-0.11, origin/bump-umf-0.11)
2+
# Author: Łukasz Stolarczuk <[email protected]>
3+
# Date: Wed Jan 22 11:06:11 2025 +0100
4+
# [common] Bump UMF to early 0.11 version, from main
5+
# It includes i.a. MacOS fix for compiler.
6+
set(UNIFIED_RUNTIME_TAG d193046de592482c47d87fdfaf92c7b8c59c9b66)

0 commit comments

Comments
 (0)