-
Notifications
You must be signed in to change notification settings - Fork 690
Arm backend: Unsqueeze rank 0 tensor at vgf runtime #14856
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
Rank 0 tensors are not supported in SPV_ARM_tensor. We need to symbolically unsqueeze scalar IOs at runtime. * Remove xfails related to MLETORCH-1410 Signed-off-by: Ryan O'Shea <[email protected]> Change-Id: I1cf46919dec422b15f51faf18d676c661df276a6
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14856
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 152b4aa with merge base 7d2b8c6 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were 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. |
A lot of test fails (including Arm tests) Im rebasing to retrigger all tests |
Fails are unrelated |
@pytorchbot cherry-pick --onto release/1.0 -c regression |
Rank 0 tensors are not supported in SPV_ARM_tensor. We need to symbolically unsqueeze scalar IOs at runtime. * Remove xfails related to MLETORCH-1410 Signed-off-by: Ryan O'Shea <[email protected]> (cherry picked from commit 8fbc42c)
Cherry picking #14856The cherry pick PR is at #14934 and it is recommended to link a regression cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Rank 0 tensors are not supported in SPV_ARM_tensor.
We need to symbolically unsqueeze scalar IOs at runtime.
Change-Id: I1cf46919dec422b15f51faf18d676c661df276a6
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai