Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ 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 ad43e28add70e59dd0881043a7a2ab46947ba089
# Merge: fa9ebe7b 53abe070
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
# Date: Mon Sep 16 10:20:10 2024 +0100
# Merge pull request #2060 from martygrant/martin/supressSystemErrorsOnWindows
# [Loader] Suppress system errors when loading adapters on Windows
set(UNIFIED_RUNTIME_TAG ad43e28add70e59dd0881043a7a2ab46947ba089)
set(UNIFIED_RUNTIME_TAG bd5ed375014e9131605713997f8ec13b8eb8e6df)

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
Loading