-
Notifications
You must be signed in to change notification settings - Fork 130
Add converter for aten::_grouped_mm.default
#2805
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
Merged
Justin Chu (justinchuby)
merged 17 commits into
microsoft:main
from
Sid-V5:add-grouped-mm-2795
Sep 3, 2026
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
dc1281d
Add aten::_grouped_mm converter implementation
Sid-V5 d61ccf7
Fix grouped_mm: Handle optional arguments correctly and add basic tes…
Sid-V5 df7fe91
Potential fix for pull request finding
Sid-V5 0fa4617
Address review comments on grouped_mm
Sid-V5 3940fa8
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 74bac5e
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 4653e05
fix: use -1 sentinel for out_dtype and pass keyword-only args via kwargs
Sid-V5 dc64093
fix lint formatting
Sid-V5 79ebf71
narrow exception catch to TypeError and RuntimeError
Sid-V5 0cef08e
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 6483df0
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 3306a31
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 9ba30a4
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 ace10c5
test: use torch.ops.aten._grouped_mm directly in OpInfo and skip when…
Sid-V5 01f2d7d
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 f44d510
Merge branch 'main' into add-grouped-mm-2795
Sid-V5 59f7576
style: fix formatting and blank lines in extra_opinfo.py
Sid-V5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.