-
Notifications
You must be signed in to change notification settings - Fork 116
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] Implement Fill commands for L0 adapter #938
Conversation
Linked Intel/LLVM PR: intel/llvm#11472 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes looking good from L0 side
3756625
to
e56aeb6
Compare
6047a34
to
187e34d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #938 +/- ##
=======================================
Coverage 15.73% 15.74%
=======================================
Files 223 223
Lines 31478 31477 -1
Branches 3558 3558
=======================================
+ Hits 4954 4956 +2
+ Misses 26473 26471 -2
+ Partials 51 50 -1 ☔ View full report in Codecov by Sentry. |
68bc982
to
256b145
Compare
I have updated the target branch of this PR from the |
This PR was rebased after the main branch was merged with adapter branch. |
Could you hit approve on this @jandres742 if you are still happy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cuda / hip LGTM
@nrspruit could you review on behalf of @oneapi-src/unified-runtime-level-zero-write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenCL LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for Level Zero.
- Adds USM and Buffer fill append commands - Update feature spec for new commands - Align naming conventions for Append* commands with core equivalents - Also includes stubs for CUDA and HIP adapters
ffc604f
to
3ee71a7
Compare
Note: This PR also includes changes from the
main
branch (commit 40a6846) which add these commands to the UR specification, but are not present in the adapter branch yet.