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] Make command handle behaviour consistent #2131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bensuo
Copy link
Contributor

@Bensuo Bensuo commented Sep 25, 2024

  • Attempting to obtain a command handle when the command buffer is not updatable is now an error across all adapters
  • command-buffer spec and adapter code updated to reflect this
  • invalid_update CTS test updated to reflect new behaviour

@Bensuo Bensuo requested review from a team as code owners September 25, 2024 14:36
@github-actions github-actions bot added loader Loader related feature/bug conformance Conformance test suite issues. specification Changes or additions to the specification experimental Experimental feature additions/changes/specification level-zero L0 adapter specific issues cuda CUDA adapter specific issues hip HIP adapter specific issues command-buffer Command Buffer feature addition/changes/specification labels Sep 25, 2024
@Bensuo
Copy link
Contributor Author

Bensuo commented Sep 26, 2024

DPC++ PR: intel/llvm#15522

@Bensuo Bensuo added the ready to merge Added to PR's which are ready to merge label Oct 2, 2024
- Attempting to obtain a command handle when the command buffer is not updatable is now an error across all adapters
- command-buffer spec and adapter code update to reflect this
- invalid_update CTS test updated to reflect new behaviour
- Add ability to query command-buffer descriptor properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-buffer Command Buffer feature addition/changes/specification conformance Conformance test suite issues. cuda CUDA adapter specific issues experimental Experimental feature additions/changes/specification hip HIP adapter specific issues level-zero L0 adapter specific issues loader Loader related feature/bug ready to merge Added to PR's which are ready to merge specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants