-
Notifications
You must be signed in to change notification settings - Fork 72
Add unique op #1547
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
justinchuby
merged 18 commits into
microsoft:main
from
a-gardner1:wip-113118-add-unique-ops
Mar 7, 2025
Merged
Add unique op #1547
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
14d03b5
Add unique op
a-gardner1 48467a2
Remove try-catch block and apply fixes to enable torch.onnx.dynamo_ex…
a-gardner1 5f9f6b1
Remove unnecessary traceable=True kwargs to torch_op
a-gardner1 4a39cb6
Update onnxscript/function_libs/torch_lib/ops/core.py
a-gardner1 bc26639
Complete rename
a-gardner1 e915a79
Use multiple return statements
a-gardner1 7e6d906
Tell linter to ignore unused args
a-gardner1 29c4f78
Add extra op infos, adapt ops to more precise tests
a-gardner1 1310262
Force dependent calculations to avoid empty names during optimization
a-gardner1 176cb57
Fix linting errors and remove accidentally committed change
a-gardner1 b8b4cb1
Remove hacks
a-gardner1 f9885f1
Switch to trace_only=True
a-gardner1 0bc5ff5
Merge branch 'main' into wip-113118-add-unique-ops
justinchuby aba5857
Update tests/function_libs/torch_lib/extra_opinfo.py
justinchuby 66f2b5c
Update core.py
justinchuby c092083
Update extra_opinfo.py
justinchuby 49c45c5
Update ops_test_data.py
justinchuby 249b004
Normalize dim and reshape inverse_indices
justinchuby 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
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.