-
Notifications
You must be signed in to change notification settings - Fork 124
[Experimental] Add command-buffers #560
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
Conversation
fc305b6 to
047fa16
Compare
EwanC
left a comment
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.
Looks good from my perspective
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.
We need to add also COMMAND_BUFFER_SUPPORT_EXP in device.yml x_device_info_t to support this device info query.
Edit: This is resolved and was discussed in this comment
|
@Bensuo please rebase, run the |
- Adds support for command-buffers experimental feature - Add command-buffer desc type to common.yml - Add device info query for command-buffer support
- Add return codes to all cmdbuffer functions - Consistent naming for functions that append to a cmdbuffer
- Set command-buffer ordinal to 99 - Include license - Fix incorrect naming conventions - Make sync point parameters optional - Move and add explicit values to errors
e5f92ef to
5897875
Compare
[Experimental] Add command-buffers
Porting the PI command-buffer extension added in intel/llvm#9375 which is currently under review. The functions implemented do not cover all possible command types, only those that have actually been implemented in the linked PR.
Notes: