-
Notifications
You must be signed in to change notification settings - Fork 594
[Executorch] Add broadcasting support to optimized op_sub #8256
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
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
27a79c4
[Executorch] Refactor op_mul's broadcasting utils
kimishpatel dbe3e8a
[ExecuTorch] Add broadcast support for optimized add op
kimishpatel bf761db
Update on "[ExecuTorch] Add broadcast support for optimized add op"
kimishpatel fb13cd0
[Executorch] Refactor op_add to support op_sub broadcasting
kimishpatel 7d14848
[Executorch] Add broadcasting support to optimized op_sub
kimishpatel 557ea5d
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel eb13ce3
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 2320d71
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 773f193
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 096f070
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 32a010f
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 80e39bb
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 3666bd0
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 012fe19
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel ca3ca60
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 8e0e9fd
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 5e446df
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel a5ff39e
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 8f1a3e6
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel ba6d2bc
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel af3a382
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel adceb7b
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel b20c2a0
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 15aa3f2
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 4d1cb83
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 677fb72
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 6a9917c
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 67d5e26
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 0fecd91
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 0ee9319
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel e702317
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 5dc6033
Update base for Update on "[Executorch] Add broadcasting support to o…
kimishpatel 6976e4c
Update on "[Executorch] Add broadcasting support to optimized op_sub"
kimishpatel 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as before, programmatically filling test data would be nice I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I agree. Didnt quite occur to me at the time of writing but thanks for pointing out