[StableHLO] Lower dynamic_gather and dynamic_broadcast_in_dim - #24941
Draft
jschuhmacher wants to merge 2 commits into
Draft
jschuhmacher wants to merge 2 commits into
jschuhmacher wants to merge 2 commits into
Conversation
jschuhmacher
added this pull request to stack #24943
September 17, 2026 14:47
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_gather_broadcast
branch
from
September 17, 2026 18:34
8adf802 to
b51eba7
Compare
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_gather_broadcast
branch
from
September 18, 2026 08:02
b51eba7 to
33d76bf
Compare
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_gather_broadcast
branch
2 times, most recently
from
September 23, 2026 09:06
b4094d1 to
53b9098
Compare
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_gather_broadcast
branch
from
September 23, 2026 12:25
53b9098 to
f5b70b6
Compare
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_gather_broadcast
branch
from
September 23, 2026 17:46
f5b70b6 to
489a56d
Compare
Index counts, slice sizes, and broadcast dimensions can depend on the input shape. These valid cases should compile without requiring the frontend to make them static. Assisted-by: claude code Signed-off-by: Jelle Schühmacher <schuehmacher@roofline.ai>
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_gather_broadcast
branch
from
September 23, 2026 19:36
489a56d to
7d1c6c9
Compare
This branch has not been deployed
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.
Gather index counts, slice sizes, and broadcast expansion can depend on runtime shapes. These inputs should compile without requiring the frontend to make them static.
skip-ci: Stacked on an unmerged base.
Assisted-by: claude code
Stack created with GitHub Stacks CLI • Give Feedback 💬