Skip to content

Commit

Permalink
[UR][L0] Report Unsupported vs crash given unmatched image formats
Browse files Browse the repository at this point in the history
-pre-commit PR for oneapi-src/unified-runtime#2126

Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit committed Oct 2, 2024
1 parent 51cead2 commit 3a13956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
# commit 00f958f375205fd86309f95b925141cf664ff955
# Merge: cc2d5909 98a67a2e
# Author: aarongreig <[email protected]>
# Date: Wed Oct 2 09:51:21 2024 +0100
# Merge pull request #2139 from nrspruit/zeHandle_copy_dependencies
# [L0] Pass and track event dependencies required before executing Memory
# Copy buffer inits
set(UNIFIED_RUNTIME_TAG 00f958f375205fd86309f95b925141cf664ff955)
set(UNIFIED_RUNTIME_TAG c021f8cb076e84a0099eac97f03c9bf5945403cb)

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

0 comments on commit 3a13956

Please sign in to comment.