feat(gpu): add DISPATCH_POLY_SIZE macro to replace manual switch dispatches - #3845
Open
pdroalves wants to merge 1 commit into
Open
feat(gpu): add DISPATCH_POLY_SIZE macro to replace manual switch dispatches#3845pdroalves wants to merge 1 commit into
pdroalves wants to merge 1 commit into
Conversation
|
✅ Backward-compat snapshot: everything looks good! No backward-compatibility issues detected. |
|
Forward Compatibility Matrix
|
pdroalves
force-pushed
the
pa/fix/static_warnings
branch
from
August 19, 2026 19:30
3935c79 to
f0e8ec5
Compare
pdroalves
force-pushed
the
pa/chore/avoid_switches
branch
2 times, most recently
from
August 19, 2026 20:04
1ecaebb to
65e5e80
Compare
pdroalves
force-pushed
the
pa/fix/static_warnings
branch
from
August 19, 2026 20:05
f0e8ec5 to
78ab24a
Compare
pdroalves
force-pushed
the
pa/chore/avoid_switches
branch
from
August 20, 2026 02:06
65e5e80 to
b347610
Compare
|
If you're new to commit signing, there are different ways to set it up: Sign commits with
|
pdroalves
force-pushed
the
pa/chore/avoid_switches
branch
from
August 20, 2026 02:09
b347610 to
f6acec4
Compare
pdroalves
force-pushed
the
pa/fix/static_warnings
branch
2 times, most recently
from
August 20, 2026 11:46
d36cc09 to
ee2d133
Compare
pdroalves
force-pushed
the
pa/chore/avoid_switches
branch
from
August 20, 2026 11:52
f6acec4 to
5552317
Compare
This file contains hidden or 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
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.
This PR introduces macros to avoid the long and error prone switch cases we use when
Paramsbased onAmortizedDegreeorDegreeare needed.closes: please link all relevant issues
PR content/description
Check-list: