Skip to content

Commit 02c9c9d

Browse files
committed
Update UR tag
1 parent 40f0a6a commit 02c9c9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/martygrant/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit b7047f6c36ec17b8560c2f1cd9ac9521715a9127
1+
# commit f0b9ebfbc8ec085ea6d79a6a081ac7849b0896d2
22
# Merge: 73e5f3c6ff2d fcddf077c290
33
# Author: Martin Grant <[email protected]>
44
# Date: Fri Dec 13 14:20:15 2024 +0000
55
# Merge pull request #2454 from Bensuo/l0_cmd-buf_multi-device
66
# Fix L0 command-buffer consumption of multi-device kernels
7-
set(UNIFIED_RUNTIME_TAG b7047f6c36ec17b8560c2f1cd9ac9521715a9127)
7+
set(UNIFIED_RUNTIME_TAG f0b9ebfbc8ec085ea6d79a6a081ac7849b0896d2)

0 commit comments

Comments
 (0)