Skip to content

Commit 15fd526

Browse files
[UR] Bump UR version (v0.11.x) with UMF v0.10.1 release
1 parent 93de8f1 commit 15fd526

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 19182934ba5b15ebf26ae9ec7c06df1b9269725a
2-
# Merge: 3e62cc91 9c2b0400
3-
# Author: Isaac Ault <isaac.ault@codeplay.com>
4-
# Date: Wed Jan 8 22:24:12 2025 +0000
5-
# Merge pull request #2444 from isaacault/kernel-cts
6-
# Reduce gap between Kernel CTS and Specification.
7-
set(UNIFIED_RUNTIME_TAG 19182934ba5b15ebf26ae9ec7c06df1b9269725a)
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)