Skip to content

Commit 1ca1b77

Browse files
[UR] Bump UMF to the latest release v0.10.1
1 parent 1a7e2f0 commit 1ca1b77

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
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: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# commit 7eae5c80a9e969bc12fda57c9cc0a0970f0cd17f
2-
# Merge: 9c652ffb b78cfa71
3-
# Author: Ross Brunton <ross@codeplay.com>
4-
# Date: Thu Jan 9 17:28:00 2025 +0000
5-
# Merge pull request #2048 from RossBrunton/ross/refc
6-
#
7-
# Use reference counting on factories
8-
set(UNIFIED_RUNTIME_TAG 7eae5c80a9e969bc12fda57c9cc0a0970f0cd17f)
1+
# commit 0607d2c87f82f0c80c71a4341072c9e3627e0136
2+
# Author: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
3+
# Date: Mon Jan 13 15:15:26 2025 +0100
4+
# [common] Bump UMF version to v0.10.1
5+
set(UNIFIED_RUNTIME_TAG 0607d2c87f82f0c80c71a4341072c9e3627e0136)

0 commit comments

Comments
 (0)