Skip to content

Commit 9639505

Browse files
committed
[UR][L0] Add Support for External Semaphores
-pre-commit PR for oneapi-src/unified-runtime#2361 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 814290d commit 9639505

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")
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 Nov 29 15:54:31 2024 +0000
55
# Merge pull request #2396 from kswiecicki/init-results-fix
66
# [L0] Add nullopt check before init results access
7-
set(UNIFIED_RUNTIME_TAG eb076da108a49ef1426f38690547a71905f58015)
7+
set(UNIFIED_RUNTIME_TAG 38b07caf23beff3dd195d59d010328424f58fed9)

0 commit comments

Comments
 (0)