-
Notifications
You must be signed in to change notification settings - Fork 752
Arm backend: Add sub tensor to match scalar tensors to input data types. #12541
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
Arm backend: Add sub tensor to match scalar tensors to input data types. #12541
Conversation
Change-Id: I14fe181345f5c6034c0e230329425f5ba74f4910
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12541
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 1703c56 with merge base 4d7f9ca ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label ciflow/trunk |
|
@pytorchbot label 'partner: arm' |
|
@pytorchbot label "release notes: none" |
Sebastian-Larsson
left a comment
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.
Unrelated CI error
…es. (pytorch#12541) Updates existing pass to ensure that x1, x2 are of the same type. This comes from an issue where scalars are not automatically casted to the input dtype unlike mul and add operators.
Summary
Updates existing pass to ensure that x1, x2 are of the same type.
This comes from an issue where scalars are not automatically casted to the input dtype unlike mul and add operators.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218