-
Notifications
You must be signed in to change notification settings - Fork 999
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
[d3d12] get num_workgroups
builtin working for indirect dispatches
#5730
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
This comment was marked as outdated.
This comment was marked as outdated.
59891d9
to
2599f0f
Compare
a33b80c
to
fed4db1
Compare
8fbc078
to
fb99ea9
Compare
17d83a8
to
164a658
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
164a658
to
849d348
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ErichDonGubler
approved these changes
Sep 4, 2024
0ba0176
to
70791c1
Compare
e37496a
to
49e5b2d
Compare
49e5b2d
to
52a9fae
Compare
5c17c0e
to
b67ea4c
Compare
b67ea4c
to
9462598
Compare
9462598
to
53cb815
Compare
50841c3
to
8aa2392
Compare
…index,cmd_signatures}` into new `struct`
8aa2392
to
2cee8d2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Connections
Depends on #5714.
Follow-up to #1816.
Description
num_workgroups
used to always be0, 0, 0
for indirect dispatches; it now works properly.This PR adds the logic needed to update the root constants with the right values for the
num_workgroups
builtin.Testing
There is a test.