-
Notifications
You must be signed in to change notification settings - Fork 117
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
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
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
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
EwanC
reviewed
Sep 25, 2024
EwanC
approved these changes
Sep 26, 2024
Bensuo
force-pushed
the
ben/command-handle-fix
branch
from
September 26, 2024 13:49
a007ed8
to
3c55161
Compare
DPC++ PR: intel/llvm#15522 |
aarongreig
approved these changes
Sep 26, 2024
EwanC
reviewed
Sep 26, 2024
Bensuo
force-pushed
the
ben/command-handle-fix
branch
from
September 26, 2024 16:33
3c55161
to
37fd965
Compare
EwanC
approved these changes
Sep 26, 2024
Bensuo
force-pushed
the
ben/command-handle-fix
branch
from
October 2, 2024 17:42
37fd965
to
8943694
Compare
Bensuo
force-pushed
the
ben/command-handle-fix
branch
3 times, most recently
from
October 8, 2024 12:41
bee945e
to
508a453
Compare
looking at merging this soon if you can fix the conflicts @Bensuo |
- 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
Bensuo
force-pushed
the
ben/command-handle-fix
branch
from
October 17, 2024 14:20
508a453
to
504d3b6
Compare
Thanks! I've updated the branch and will keep an eye on the CI while it runs. |
kbenzie
force-pushed
the
ben/command-handle-fix
branch
from
October 21, 2024 10:55
847a04a
to
504d3b6
Compare
steffenlarsen
pushed a commit
to intel/llvm
that referenced
this pull request
Oct 22, 2024
…15522) - Update UR tag to include changes to command-handles - Update calls to UrCommandBufferAppendKernelLaunch to only request command handles for updatable command-buffers - Only store command handles for updatable command-graphs UR PR: oneapi-src/unified-runtime#2131 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.