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

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 00ca0daaa170fa1a5826e1cdcbdc46a4db0a5694
# Merge: 7b640455 abab204d
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Jul 2 13:52:21 2024 +0100
# Merge pull request #1696 from nrspruit/l0_windows_interop
# [L0] Support for Bindless Image Import
set(UNIFIED_RUNTIME_TAG 00ca0daaa170fa1a5826e1cdcbdc46a4db0a5694)
# commit 1baed0ba696d494a82769366f137e9ddd8af3001
# Merge: 00ca0daa e6dc6d9a
# Author: Piotr Balcer <piotr.balcer@intel.com>
# Date: Wed Jul 3 13:48:27 2024 +0200
# Merge pull request #1771 from igchor/level_zero_v2_dispatcher
# [L0] Initial version of queue dispatcher
set(UNIFIED_RUNTIME_TAG 1baed0ba696d494a82769366f137e9ddd8af3001)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down