Skip to content

[SYCL][UR][L0 v2] Implement OOO queue #18551

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

Draft
wants to merge 5 commits into
base: sycl
Choose a base branch
from

Conversation

igchor
Copy link
Member

@igchor igchor commented May 20, 2025

by using round-robin on multiple in-order command-lists.

Move most of enqueue logic to the command_list_manager. Almost all in_order_queue functions are implemented by just forwarding the call to the command_list_manager.

For OOO queue, each function contains logic for selecting command-list (command_list_manager) to submit the work to.

by using round-robin on multiple in-order command-lists.

Move most of enqueue logic to the command_list_manager.
Almost all in_order_queue functions are implemented by
just forwarding the call to the command_list_manager.

For OOO queue, each function contains logic for selecting
command-list (command_list_manager) to submit the work to.
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 01:04 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 01:24 — with GitHub Actions Inactive
@igchor igchor force-pushed the ooo_command_list_mgr branch from 119d364 to dd76a94 Compare May 20, 2025 16:57
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 16:58 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 17:34 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 17:34 — with GitHub Actions Inactive
@igchor igchor force-pushed the ooo_command_list_mgr branch from dd76a94 to dd2eba5 Compare May 20, 2025 20:06
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 20:07 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 20:28 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 20:28 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 20, 2025 23:50 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 21, 2025 00:13 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to WindowsCILock May 21, 2025 00:13 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant