Skip to content

Commit dff7e07

Browse files
committed
[UR][L0] Fix external semaphore import function call to match the header
-pre-commit PR for oneapi-src/unified-runtime#2467 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent f0b7493 commit dff7e07

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/nrspruit/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: 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 be27d8f06e559890ca47c131b3346e0e2a551057)

0 commit comments

Comments
 (0)