File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116
116
CACHE PATH "Path to external '${name} ' adapter source dir" FORCE)
117
117
endfunction ()
118
118
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" )
120
120
include (${CMAKE_CURRENT_SOURCE_DIR} /cmake/modules/UnifiedRuntimeTag.cmake)
121
121
122
122
set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments