Arm backend: use tosa_ref_model only if installed#13221
Arm backend: use tosa_ref_model only if installed#13221facebook-github-bot merged 6 commits intomainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13221
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 12 Pending, 47 Unrelated FailuresAs of commit 74ebafa with merge base ec67249 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
79bb797 to
cf6f328
Compare
eada119 to
7932329
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this in D79887501. |
Not making these tests XFail because there is still value in running these tests w/o validating output since we do go through a lot of other checks in the AoT flow when generating a PTE. TOSA ref model being not installed is not the common case anyway. Added explicit warnings (which should show through pytest unlike logger) as a reminder for the comparison is being skipped. Test: with and w/o tosa_reference_model installed locally
7cfa6f8 to
7579d91
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this in D79887501. |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this in D79887501. |
Differential Revision: D79887501 Pull Request resolved: pytorch#13221
Not making these tests XFail because there is still value in running these tests w/o validating output since we do go through a lot of other checks in the AoT flow when generating a PTE.
Tosa ref model being not installed is not the common case anyway.
Added explicit warnings (which should show through pytest) as a reminder for the comparison is being skipped.
Test plan
local testing with pytest, with and without tosa_ref_model