Skip to content
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

[L0] implement command list cache for queue #1770

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

igchor
Copy link
Member

@igchor igchor commented Jun 18, 2024

No description provided.

so that common can be easily used in unittests
@igchor igchor requested a review from a team as a code owner June 18, 2024 23:16
@github-actions github-actions bot added the level-zero L0 adapter specific issues label Jun 18, 2024
@igchor igchor force-pushed the command_list_cache_v2 branch from 5be659c to f5ebb4d Compare June 20, 2024 19:30
The cache is implemented on top of unordered_map that can
hold both immediate and regular command lists.
@igchor igchor force-pushed the command_list_cache_v2 branch from f5ebb4d to 81620ab Compare June 21, 2024 18:40
Copy link
Contributor

@nrspruit nrspruit left a comment

Choose a reason for hiding this comment

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

LGTM

@igchor igchor added the ready to merge Added to PR's which are ready to merge label Jun 25, 2024
@pbalcer pbalcer merged commit ba4e49d into oneapi-src:main Jun 26, 2024
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level-zero L0 adapter specific issues ready to merge Added to PR's which are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants