Skip to content

Commit 3d15ac3

Browse files
[UR] Bump UR version (v0.11.x) with UMF v0.10.1 release
1 parent ac1b3b6 commit 3d15ac3

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-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: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# commit 9d2a711684f2ba4065fc68e2276fb326d1f6ec01
2-
# Merge: b2ac58f2 6972fbbd
3-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
4-
# Date: Wed Jan 8 16:12:33 2025 +0000
5-
# Merge pull request #2512 from hvdijk/handle-local-args
6-
# [NativeCPU] Handle local args.
7-
set(UNIFIED_RUNTIME_TAG 9d2a711684f2ba4065fc68e2276fb326d1f6ec01)
1+
# commit 36d706fc35ea44ff29f14cf2da89d153d511f39a
2+
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
3+
# Date: Thu Jan 9 12:29:22 2025 +0100
4+
# Bump UMF to v0.10.1 patch release
5+
# It contains 2 significant fixes:
6+
# - Setting symbols' versioning, which will help preventing breaking changes
7+
# - Removing incorrect assert in utils_align_ptr_up_size_down
8+
set(UNIFIED_RUNTIME_TAG 36d706fc35ea44ff29f14cf2da89d153d511f39a)

0 commit comments

Comments
 (0)