Skip to content

Commit 9b23258

Browse files
committed
Bump UR tag
1 parent 15853c7 commit 9b23258

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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/bensuo/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
set(UNIFIED_RUNTIME_TAG 6e0bdeb93483c165f3f0e926f6b2cd3edc00d0a7)
1+
# commit 0a90db9b2c36960c9b28ce18557ca15760724c4d
2+
# Merge: c4d9fdb4 6e0bdeb9
3+
# Author: Callum Fare <[email protected]>
4+
# Date: Wed Nov 27 12:16:44 2024 +0000
5+
# Merge pull request #2369 from Bensuo/ben/kernel-binary-update-l0
6+
# [CMDBUF] Implement kernel binary update for L0 adapter
7+
set(UNIFIED_RUNTIME_TAG 0a90db9b2c36960c9b28ce18557ca15760724c4d)

0 commit comments

Comments
 (0)