Skip to content

Commit b083daf

Browse files
[UR] Verify UMF ver. 0.10.0 with new config API
1 parent afa8821 commit b083daf

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-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")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/igchor/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: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# commit e37f75ffad5ad22e96c46eb70ab1757be7cc5afc
2-
# Merge: daa0b110464c 323b37c55504
3-
# Author: Martin Grant <[email protected]>
4-
# Date: Fri Dec 6 18:03:11 2024 +0000
5-
# Merge pull request #2379 from Bensuo/ben/coverity-fixes
6-
# Fix command_buffer coverity issues
7-
set(UNIFIED_RUNTIME_TAG e37f75ffad5ad22e96c46eb70ab1757be7cc5afc)
1+
# [UMF] bump UMF version to v0.10.0 and adjust code
2+
# to the new params API
3+
set(UNIFIED_RUNTIME_TAG bc5d6a695dc844688563b1d95289ae712e3d5ebb)

0 commit comments

Comments
 (0)