Skip to content

Commit 1d2a534

Browse files
[UR] Verify new UMF version in UR
1 parent 86376a8 commit 1d2a534

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
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: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# commit 2f479e01f62ed96a9466d19d9df1aabeda77b335
2-
# Merge: b0f9293d b693389e
3-
# Author: Callum Fare <[email protected]>
4-
# Date: Fri Nov 22 15:27:05 2024 +0000
5-
# Merge pull request #2370 from againull/multi_device_sanitizer
6-
# [L0] Check that program is in exe state in urProgramGetGlobalVariablePointer
7-
set(UNIFIED_RUNTIME_TAG 2f479e01f62ed96a9466d19d9df1aabeda77b335)
1+
# commit c1cb2fcbd98d6e45dba3edf0b92a74b126a7fb30 (HEAD -> umf-bump-for-pulldown, origin/umf-bump-for-pulldown)
2+
# Author: Łukasz Stolarczuk <[email protected]>
3+
# Date: Mon Nov 25 12:24:44 2024 +0100
4+
# [comon] Bump UMF version
5+
# In comparison to the previous version it contains only a few
6+
# extra UMF PRs. This version is not taken from UMF's main branch,
7+
# but rather from special 'umf-fixes-nov-pulldown'.
8+
set(UNIFIED_RUNTIME_TAG c1cb2fcbd98d6e45dba3edf0b92a74b126a7fb30)

0 commit comments

Comments
 (0)