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
10 changes: 2 additions & 8 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,8 @@ 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")
# commit f8336050f43a6529636fd6b2075dfe09961564f5
# Merge: 6c98e0e8 b75f2bc2
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
# Date: Tue Aug 13 13:07:23 2024 +0100
# Merge pull request #1955 from nrspruit/fix_l0_coverity
# [L0] fix Coverity issues for L0 Adapter
set(UNIFIED_RUNTIME_TAG f8336050f43a6529636fd6b2075dfe09961564f5)
set(UNIFIED_RUNTIME_REPO "https://github.com/igchor/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG c8bba3a895c7f727e46138684df1c67bb64dcc0e)

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