Skip to content

[UR] Bump L0 tag to 2a31795d #14213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2024
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 @@ -110,7 +110,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
# commit 2a31795d9d5a0994af33833016b2849cb4e357a6
# Merge: 06cb1b90 ec73afa7
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Tue Jun 18 14:37:38 2024 +0100
# Merge pull request #1623 from igchor/legacy_path_queue
# [L0] Create initial structure for supporting queue dispatcher
2a31795d9d5a0994af33833016b2849cb4e357a6
)

fetch_adapter_source(opencl
Expand Down
Loading