Skip to content

Commit 1dd4ef8

Browse files
committed
[UR][L0] Update Level Zero Loader version to v1.18.5
-pre-commit-pr for oneapi-src/unified-runtime#2279 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 5dae72c commit 1dd4ef8

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 Nov 1 10:03:37 2024 +0000
55
# Merge pull request #1833 from ayylol/old-opencl-check
66
# [OpenCL] Add OpenCL version check for independent forward progress query
7-
set(UNIFIED_RUNTIME_TAG fa8cc8ec16c1a2cf0926cc64026edc6a254ff0c2)
7+
set(UNIFIED_RUNTIME_TAG 090feebf455335576a3ab59e07db451ee79f5675)

0 commit comments

Comments
 (0)