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

[EXP][CMDBUF] L0 Immediate command-list support #1218

Merged
merged 6 commits into from
Feb 6, 2024

Conversation

mfrancepillois
Copy link
Contributor

Adds support for L0 immediate command-list.
The command-list containing the graph operations is still batch cmd-list but graphs can now be submitted even though immediate queue is requested by users.
Prefix and Suffix additional command list types follow the Queue type.

Linked DPC++ PR: intel/llvm#12279

Adds support for L0 immediate command-list.
The command-list containing the graph operations is still batch cmd-list but graphs can now be submitted even though immediate queue is requested by users.
Prefix and Suffix additional command list types follow the Queue type.
@codecov-commenter
Copy link

codecov-commenter commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d06ba9d) 15.80% compared to head (c8e150c) 15.80%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1218      +/-   ##
==========================================
- Coverage   15.80%   15.80%   -0.01%     
==========================================
  Files         223      223              
  Lines       31481    31481              
  Branches     3558     3558              
==========================================
- Hits         4977     4976       -1     
  Misses      26454    26454              
- Partials       50       51       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EwanC
Copy link
Contributor

EwanC commented Jan 11, 2024

@nrspruit Although you are not a required reviewer, do you have any thoughts on these L0 changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

6 participants