-
Notifications
You must be signed in to change notification settings - Fork 743
Extend op_add for complex dtype #12977
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/12977
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit e0b07d8 with merge base e19e4a7 ( 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. |
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
18eb723 to
32ae2db
Compare
Summary: Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Differential Revision: D79091064
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
Summary: Pull Request resolved: pytorch#12977 Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Differential Revision: D79091064
32ae2db to
1069587
Compare
Summary: Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Differential Revision: D79091064
1069587 to
5d35bb1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
Summary: Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Differential Revision: D79091064
5d35bb1 to
967900c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
Summary: Pull Request resolved: pytorch#12977 Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Differential Revision: D79091064
967900c to
211cacc
Compare
211cacc to
c93a394
Compare
Summary: Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Reviewed By: manuelcandales Differential Revision: D79091064
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
Summary: Pull Request resolved: pytorch#12977 Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Reviewed By: manuelcandales Differential Revision: D79091064
c93a394 to
709a246
Compare
Summary: Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Reviewed By: manuelcandales Differential Revision: D79091064
709a246 to
e4911ee
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
Summary: Pull Request resolved: pytorch#12977 Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Reviewed By: manuelcandales Differential Revision: D79091064
e4911ee to
c8b75f2
Compare
Summary: Add complex dtype support for op_add. The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future. For optimized add op: Additionally, we do not support broadcasting. Reviewed By: manuelcandales Differential Revision: D79091064
c8b75f2 to
e0b07d8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79091064 |
Differential Revision: D79091064 Pull Request resolved: pytorch#12977
Summary:
Add complex dtype support for op_add.
The current support for complex dtype enforces that input and output tensors have the same dtype. Support mixed dtypes in the future.
For optimized add op: Additionally, we do not support broadcasting.
Differential Revision: D79091064