Skip to content

Commit

Permalink
UR: Bump UMF version to early 0.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jan 27, 2025
1 parent 80acd9b commit 603aa8f
Show file tree
Hide file tree
Showing 2 changed files with 7 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
13 changes: 6 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# commit b841691699393dd2375e987c3d38d5f59c3e35cf
# Merge: c6859445 9de10cd9
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Thu Jan 23 16:07:06 2025 +0000
# Merge pull request #2559 from Bensuo/fix_kernel_arg_indices
# [CUDA][HIP] Fix kernel arguments being overwritten when added out of order
set(UNIFIED_RUNTIME_TAG b841691699393dd2375e987c3d38d5f59c3e35cf)
# commit d193046de592482c47d87fdfaf92c7b8c59c9b66 (HEAD -> bump-umf-0.11, origin/bump-umf-0.11)
# Author: Łukasz Stolarczuk <[email protected]>
# Date: Wed Jan 22 11:06:11 2025 +0100
# [common] Bump UMF to early 0.11 version, from main
# It includes i.a. MacOS fix for compiler.
set(UNIFIED_RUNTIME_TAG d193046de592482c47d87fdfaf92c7b8c59c9b66)

0 comments on commit 603aa8f

Please sign in to comment.