-
Notifications
You must be signed in to change notification settings - Fork 608
Add pooling and softmax unittests for Arm backend #2645
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
Conversation
oscarandersson8218
commented
Mar 25, 2024
- Add SoftMax unittests
- Add mean_dim unittests
- Add AvgPool2d unittests
- Enable linear u55 test
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2645
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit fc4decd with merge base 853fb5b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
backends/arm/test/test_models.py
Outdated
return self.softmax(x) | ||
|
||
@register_test | ||
# @register_test |
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.
Is this intentional?
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.
No, pushed a new patch reverting that change.
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Rebase please? |
* Add SoftMax unittests * Add mean_dim unittests * Add AvgPool2d unittests * Enable linear u55 test Change-Id: I0a1f9f1b0f1fea13a2c9727b6b57f09fff8da5eb Signed-off-by: Oscar Andersson <[email protected]>
Signed-off-by: Oscar Andersson <[email protected]> Change-Id: I81b431f9de2b151d61bf93916370ff4d948bcd97
3ba37ad
to
fc4decd
Compare
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@digantdesai merged this pull request in 65f3e18. |
Summary: * Add SoftMax unittests * Add mean_dim unittests * Add AvgPool2d unittests * Enable linear u55 test Pull Request resolved: pytorch#2645 Reviewed By: mergennachin Differential Revision: D55316136 Pulled By: digantdesai fbshipit-source-id: 80d9a2e34a786742b47cb08b9b9c640f6b61964d