Skip to content

Commit 14c093b

Browse files
committed
[UR][L0] Update to Loader version v1.17.44
-pre-commit PR for oneapi-src/unified-runtime#2172 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 3da2814 commit 14c093b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ 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
# commit b79ebe4e98789144bcdf3832088eb6e6b5ae6967
121121
# Merge: 7b4bc761 fbb6e862
122122
# Author: Kenneth Benzie (Benie) <[email protected]>
123123
# Date: Fri Oct 4 16:39:59 2024 +0100
124124
# Merge pull request #2018 from wenju-he/L0-bindless-image-device-query
125125
# [L0] Fix device query of bindless image support
126-
set(UNIFIED_RUNTIME_TAG b79ebe4e98789144bcdf3832088eb6e6b5ae6967)
126+
set(UNIFIED_RUNTIME_TAG 7617db99fda5613a1a2112f5d33f4810e1ecf0a1)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)