Skip to content

Commit af79f60

Browse files
[UR] Verify new UMF version
1 parent 21018ab commit af79f60

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
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/ldorau/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# commit ed9fe09f9987bbe86715f191e6dbe5695ebf0306
2-
# Merge: 09ae26af dc5246dd
3-
# Author: Callum Fare <[email protected]>
4-
# Date: Fri Nov 8 10:29:25 2024 +0000
5-
# Merge pull request #2279 from nrspruit/update_loader_1_18
6-
# [L0] Update Level Zero Loader version to v1.18.5
7-
set(UNIFIED_RUNTIME_TAG ed9fe09f9987bbe86715f191e6dbe5695ebf0306)
1+
# Date: Fri Nov 8 11:56:00 2024 +0000
2+
# Update UMF to 28.10.2024 (Merge pull request oneapi-src#832)
3+
set(UNIFIED_RUNTIME_TAG 1b609b4e7d35f7b578af3c31047cdfb203d20565)

0 commit comments

Comments
 (0)