-
Notifications
You must be signed in to change notification settings - Fork 608
Port Arm backend op unittests: conv op + other ops #2647
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
Signed-off-by: Fredrik Knutsson <[email protected]> Change-Id: I0a2f83ff9eb245ebc6dc7714d8a3080eaf394a8e
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2647
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 139cebc with merge base bd6ceab ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
LGTM
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
CI failure is related to this PR. We've move around the logger and I missed to update it. Will push fix tomorrow. |
Change-Id: I7acb72e31ff005d614fba761b4c80ce8646b4646
54c226b
to
5620410
Compare
These CI failures are unrelated to the PR |
Rebase please? |
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Please rebase on top of the other one? executorch/backends/arm/test/test_models.py might have a conflict. |
Will do |
Change-Id: Icc219071e99fbb86848d3f871feb12c67535f93c
Change-Id: I2b18d99b3df7832ce500b213177ab3c5cf9308c7
@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 be618c2. |
Summary: Ported unit tests with combined ops. * Removed random seeds * Removed corresponing legacy test cases Pull Request resolved: pytorch#2647 Reviewed By: mergennachin Differential Revision: D55316080 Pulled By: digantdesai fbshipit-source-id: 5da3946fb191f47b0669c2157518bc93bd0c7554
Ported unit tests with combined ops.