-
Notifications
You must be signed in to change notification settings - Fork 684
Revert "NXP backend: Resolve limitations of uncertain tensor formats" #14475
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
Revert "NXP backend: Resolve limitations of uncertain tensor formats" #14475
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14475
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 16 PendingAs of commit 5fd4ca8 with merge base 02d8710 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
…pytorch#14475) Reverts pytorch#13942 Broke a buck target test_neutoron_backend because of "ModuleNotFoundError: No module named 'executorch.backends.nxp._passes". _passes needs a buck target specified to be included as dep
Hi @kimishpatel , |
@MartinPavella it was one of the internal builds that was failing. Just resubmit it and i will import to internal and make sure the failure is not there. In this specific case it is actually whats in the summary "ModuleNotFoundError: No module named 'executorch.backends.nxp._passes". You need to create a buck target and add that as dep here executorch/backends/nxp/tests/TARGETS Line 45 in b3f3111
|
@kimishpatel Thank you for the reply. |
Reverts #13942
Broke a buck target test_neutoron_backend because of "ModuleNotFoundError: No module named 'executorch.backends.nxp._passes". _passes needs a buck target specified to be included as dep