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 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)
You can’t perform that action at this time.
0 commit comments