[StableHLO] Lower dynamic_reshape, dynamic_pad and dynamic_conv - #24940
Open
jschuhmacher wants to merge 2 commits into
Open
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_pad_conv
branch
from
September 17, 2026 18:34
abeb27e to
3628875
Compare
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_pad_conv
branch
from
September 18, 2026 08:02
3628875 to
d6fb24b
Compare
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_pad_conv
branch
from
September 18, 2026 15:11
d6fb24b to
accd86e
Compare
jschuhmacher
marked this pull request as ready for review
September 18, 2026 15:12
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_pad_conv
branch
from
September 23, 2026 09:06
accd86e to
6cef351
Compare
jschuhmacher
requested review from
devtbi and
schuermans-roofline
as code owners
September 23, 2026 12:25
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_pad_conv
branch
2 times, most recently
from
September 23, 2026 17:46
70410ad to
8b7206b
Compare
Models with runtime shapes or padding currently fail to compile. Support these inputs, including grouped and depthwise convolutions, and handle reversed windows and fully cropped inputs correctly. Assisted-by: claude code Signed-off-by: Jelle Schühmacher <schuehmacher@roofline.ai>
jschuhmacher
force-pushed
the
users/jschuhmacher/stablehlo_dynamic_pad_conv
branch
from
September 23, 2026 19:36
8b7206b to
6bbeeaa
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.
Runtime shapes and padding should not prevent reshape, padding, and convolution from compiling. Support dynamic spatial results, grouped and depthwise convolutions, reversed windows, and fully cropped inputs.
skip-ci: Stacked on an unmerged base.
Assisted-by: claude code
Stack created with GitHub Stacks CLI • Give Feedback 💬