Skip to content
Merged
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
11 changes: 8 additions & 3 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,18 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu May 2 10:56:55 2024 +0100
# Merge pull request #1535 from przemektmalon/przemek/sampled-image-fetch
#
# [Bindless][Exp] Add device queries for sampled image fetch
set(UNIFIED_RUNTIME_TAG ebf873fb5996c9ddca32bbb7c9330d3ffe15473c)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
"https://github.com/oneapi-src/unified-runtime.git"
# commit f3c551963d0612bfac252bc5c82796289939ebeb
# Merge: ebf873fb 987c422c
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu May 2 15:26:34 2024 +0100
# Merge pull request #1526 from nrspruit/event_signal_optional
# [L0] Enable Batching out of order commands without signal events
f3c551963d0612bfac252bc5c82796289939ebeb
Copy link
Contributor

@jsji jsji May 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nrspruit Why we want to overwrite the TAG and REPO here, instead of updating it above? If we want to customize the L0 adaptor commit, why we want to overwrite the REPO as well?

)

fetch_adapter_source(opencl
Expand Down