-
Notifications
You must be signed in to change notification settings - Fork 124
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
Rename urCommandBufferEnqueueExp
to urEnqueueCommandBufferExp
#2600
Labels
command-buffer
Command Buffer feature addition/changes/specification
Comments
EwanC
added a commit
to Bensuo/unified-runtime
that referenced
this issue
Jan 23, 2025
The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions. This PR updates the YAML and regenerates UR code, making the associated changes to adapters and CTS. Closes oneapi-src#2600
EwanC
added a commit
to Bensuo/unified-runtime
that referenced
this issue
Jan 23, 2025
The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions. This PR updates the YAML and regenerates UR code, making the associated changes to adapters and CTS. Closes oneapi-src#2600
EwanC
added a commit
to Bensuo/unified-runtime
that referenced
this issue
Jan 23, 2025
The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions. This PR updates the YAML and regenerates UR code, making the associated changes to adapters and CTS. Closes oneapi-src#2600
PR addressing this #2606 |
EwanC
added a commit
to Bensuo/unified-runtime
that referenced
this issue
Jan 29, 2025
The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions. This PR updates the YAML and regenerates UR code, making the associated changes to adapters and CTS. Closes oneapi-src#2600
EwanC
added a commit
to Bensuo/unified-runtime
that referenced
this issue
Jan 29, 2025
The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions. This PR updates the YAML and regenerates UR code, making the associated changes to adapters and CTS. Closes oneapi-src#2600
EwanC
added a commit
to Bensuo/unified-runtime
that referenced
this issue
Jan 29, 2025
The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions. This PR updates the YAML and regenerates UR code, making the associated changes to adapters and CTS. Closes oneapi-src#2600
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The API to enqueue a closed command-buffer to a queue is defined in the YAML as a part of the command-buffer class, but it should be part of the enqueue class like other enqueue API extensions. This would switch around the prefix.
The text was updated successfully, but these errors were encountered: