Skip to content

Commit 3a13956

Browse files
committed
[UR][L0] Report Unsupported vs crash given unmatched image formats
-pre-commit PR for oneapi-src/unified-runtime#2126 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 51cead2 commit 3a13956

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,15 +116,15 @@ 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 00f958f375205fd86309f95b925141cf664ff955
121121
# Merge: cc2d5909 98a67a2e
122122
# Author: aarongreig <[email protected]>
123123
# Date: Wed Oct 2 09:51:21 2024 +0100
124124
# Merge pull request #2139 from nrspruit/zeHandle_copy_dependencies
125125
# [L0] Pass and track event dependencies required before executing Memory
126126
# Copy buffer inits
127-
set(UNIFIED_RUNTIME_TAG 00f958f375205fd86309f95b925141cf664ff955)
127+
set(UNIFIED_RUNTIME_TAG c021f8cb076e84a0099eac97f03c9bf5945403cb)
128128

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

0 commit comments

Comments
 (0)