-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[CUDA] addmv for complex tensors #37940
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
[ghstack-poisoned]
[ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 698d4ba (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
zasdfgbnm
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.
Could you also add reinterpret castable test to cuComplex and cuComplexDouble in https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/test/cuda_complex_test.cu#L36
yeah good idea! will do |
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
Differential Revision: [D21449462](https://our.internmc.facebook.com/intern/diff/D21449462) [ghstack-poisoned]
Differential Revision: [D21449462](https://our.internmc.facebook.com/intern/diff/D21449462) [ghstack-poisoned]
Differential Revision: [D21449462](https://our.internmc.facebook.com/intern/diff/D21449462) [ghstack-poisoned]
aten/src/ATen/Dispatch.h
Outdated
|
|
||
| #define AT_DISPATCH_ALL_TYPES_AND_COMPLEX_AND3( \ | ||
| SCALARTYPE1, SCALARTYPE2, SCALARTYPE3, TYPE, NAME, ...) \ | ||
| [&] { \ |
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.
Why this is changed? I guess there is something wrong with the merge conflict. AT_DISPATCH_ALL_TYPES_AND_C10_COMPLEX_AND3 has been removed and AT_DISPATCH_ALL_TYPES_AND_COMPLEX_AND3 now uses c10::complex
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.
yeah fixed it
Differential Revision: [D21449462](https://our.internmc.facebook.com/intern/diff/D21449462) [ghstack-poisoned]
Differential Revision: [D21449462](https://our.internmc.facebook.com/intern/diff/D21449462) [ghstack-poisoned]
Differential Revision: [D21449462](https://our.internmc.facebook.com/intern/diff/D21449462) [ghstack-poisoned]
|
@anjali411 merged this pull request in 0d977e9. |
Stack from ghstack:
Differential Revision: D21449462