-
Notifications
You must be signed in to change notification settings - Fork 923
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.
teoxoy
force-pushed
the
d3d12-num_workgroups
branch
from
July 24, 2024 09:01
59891d9
to
2599f0f
Compare
teoxoy
force-pushed
the
d3d12-num_workgroups
branch
2 times, most recently
from
July 24, 2024 09:10
a33b80c
to
fed4db1
Compare
teoxoy
force-pushed
the
d3d12-num_workgroups
branch
2 times, most recently
from
July 24, 2024 13:05
8fbc078
to
fb99ea9
Compare
teoxoy
force-pushed
the
d3d12-num_workgroups
branch
2 times, most recently
from
August 23, 2024 19:32
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.
ErichDonGubler
force-pushed
the
d3d12-num_workgroups
branch
from
September 3, 2024 18:40
164a658
to
849d348
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ErichDonGubler
approved these changes
Sep 4, 2024
ErichDonGubler
force-pushed
the
d3d12-num_workgroups
branch
4 times, most recently
from
September 11, 2024 13:12
0ba0176
to
70791c1
Compare
ErichDonGubler
force-pushed
the
d3d12-num_workgroups
branch
5 times, most recently
from
September 19, 2024 20:09
e37496a
to
49e5b2d
Compare
ErichDonGubler
force-pushed
the
d3d12-num_workgroups
branch
from
September 24, 2024 00:08
49e5b2d
to
52a9fae
Compare
ErichDonGubler
force-pushed
the
d3d12-num_workgroups
branch
8 times, most recently
from
September 28, 2024 17:23
5c17c0e
to
b67ea4c
Compare
ErichDonGubler
force-pushed
the
d3d12-num_workgroups
branch
from
October 2, 2024 19:25
b67ea4c
to
9462598
Compare
ErichDonGubler
force-pushed
the
d3d12-num_workgroups
branch
from
October 11, 2024 20:18
9462598
to
53cb815
Compare
teoxoy
force-pushed
the
d3d12-num_workgroups
branch
2 times, most recently
from
October 14, 2024 13:06
50841c3
to
8aa2392
Compare
…index,cmd_signatures}` into new `struct`
teoxoy
force-pushed
the
d3d12-num_workgroups
branch
from
October 14, 2024 13:09
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.