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
14 changes: 6 additions & 8 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,12 @@ 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 7ecf64d60c31cd72bd88588498536d067bad59d6
# Merge: 17aa04d3 6eb5208b
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Wed Sep 25 11:14:47 2024 +0100
# Merge pull request #1996 from frasercrmck/ur-max-wg-size-props
# Add two new properties to ur_kernel_group_info_t
set(UNIFIED_RUNTIME_TAG 7ecf64d60c31cd72bd88588498536d067bad59d6)
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git")
# commit ee60403891e73c1150cdb70c383d54f545896575
# Author: Ross Brunton <ross@codeplay.com>
# Date: Wed Sep 25 14:50:05 2024 +0100
# Fix `for` in level_zero EventWaitList handling
set(UNIFIED_RUNTIME_TAG ee60403891e73c1150cdb70c383d54f545896575)

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