-
Notifications
You must be signed in to change notification settings - Fork 607
Add more tests and clean up helper #3783
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3783
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 259c62b with merge base 8c8d965 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Also add runtime/core/exec_aten/testing_util/tensor_util.cpp to all test targets by default. Many targets use it.
Move find_package out of funciton et_cxx_test()
We have 4 separate test targets so we wrote this without script
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Different behavior between local and CI
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign merged this pull request in 1d7c7c8. |
Added extension/evalue_util/test, extension/kernel_util/test, runtime/platform/test, kernels/portable/cpu/util/test
Clean up Test.cmake