Skip to content

Commit f385ba9

Browse files
committed
Point to updated p2p ur impl
Signed-off-by: JackAKirk <[email protected]>
1 parent f973249 commit f385ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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/oneapi-src/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/JackAKirk/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")

sycl/cmake/modules/UnifiedRuntimeTag.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Date: Thu Oct 24 13:37:02 2024 +0100
55
# Merge pull request #2160 from aarongreig/aaron/clQuerySourceWGSize
66
# Query out and use local size set in program IL in CL adapter
7-
set(UNIFIED_RUNTIME_TAG 58abf8fa778376546274c52304b9f924314d65e6)
7+
set(UNIFIED_RUNTIME_TAG 4f1fd54e4d5bfb480f7ca3ea58ee85334809a641)

0 commit comments

Comments
 (0)