Skip to content

Commit f0a3a45

Browse files
committed
Test custom UR with custom UMF
1 parent 08b1747 commit f0a3a45

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
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")
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# commit d03f19a88e42cb98be9604ff24b61190d1e48727
2-
# Merge: 3ce6fcc9 84454b0e
3-
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Thu Feb 13 11:43:34 2025 +0000
5-
# Merge pull request #2680 from ldorau/Set_UMF_CUDA_INCLUDE_DIR_to_not_fetch_cudart_from_gitlab
6-
# Do not fetch cudart from gitlab for UMF
7-
set(UNIFIED_RUNTIME_TAG d03f19a88e42cb98be9604ff24b61190d1e48727)
1+
#
2+
# Test UMF by ldorau
3+
#
4+
set(UNIFIED_RUNTIME_TAG llvm-test-tag)

0 commit comments

Comments
 (0)