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
8 changes: 7 additions & 1 deletion sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(opencl
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
# commit e16d01c02f1c1c18af19d3c882c08f791c2345d9
# Merge: a3895dbf 483a6325
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu May 30 10:04:43 2024 +0100
# Merge pull request #1603 from konradkusiak97/queueFillOPENCLctsFix
# [OpenCL] Modify fill emulation to work for patterns which are not powers of 2
e16d01c02f1c1c18af19d3c882c08f791c2345d9
)

fetch_adapter_source(cuda
Expand Down