Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9775b1

Browse files
committedFeb 10, 2025·
Do not fetch cudart from gitlab for UMF
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 2be11a1 commit b9775b1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
 

‎sycl/cmake/modules/FetchUnifiedRuntime.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ elseif(SYCL_UR_USE_FETCH_CONTENT)
122122
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
123123
endfunction()
124124

125-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
125+
set(UNIFIED_RUNTIME_REPO "https://github.com/ldorau/unified-runtime.git")
126126
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
+1-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
# commit 9d6542bac16db69d907002cb0f8c724c7a50d2dc
2-
# Merge: 0e6adfb6 04882ba3
3-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
4-
# Date: Thu Feb 6 11:30:48 2025 +0000
5-
# Merge pull request #2655 from hvdijk/nativecpu-null-phevent
6-
# [NativeCPU] Handle null phEvent.
7-
set(UNIFIED_RUNTIME_TAG 9d6542bac16db69d907002cb0f8c724c7a50d2dc)
1+
set(UNIFIED_RUNTIME_TAG 4b5799ac0ec43b21aa07c787d47df0aa139abad4)

0 commit comments

Comments
 (0)
Please sign in to comment.