Skip to content

Commit

Permalink
[UR] Bump UR version (v0.11.x) with UMF v0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jan 9, 2025
1 parent ac1b3b6 commit 3d15ac3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/lukaszstolarczuk/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
15 changes: 8 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# commit 9d2a711684f2ba4065fc68e2276fb326d1f6ec01
# Merge: b2ac58f2 6972fbbd
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Wed Jan 8 16:12:33 2025 +0000
# Merge pull request #2512 from hvdijk/handle-local-args
# [NativeCPU] Handle local args.
set(UNIFIED_RUNTIME_TAG 9d2a711684f2ba4065fc68e2276fb326d1f6ec01)
# commit 36d706fc35ea44ff29f14cf2da89d153d511f39a
# Author: Łukasz Stolarczuk <[email protected]>
# Date: Thu Jan 9 12:29:22 2025 +0100
# Bump UMF to v0.10.1 patch release
# It contains 2 significant fixes:
# - Setting symbols' versioning, which will help preventing breaking changes
# - Removing incorrect assert in utils_align_ptr_up_size_down
set(UNIFIED_RUNTIME_TAG 36d706fc35ea44ff29f14cf2da89d153d511f39a)

0 comments on commit 3d15ac3

Please sign in to comment.