Remove AT_DISPATCH_COMPLEX_TYPES_AND and AT_DISPATCH_ALL_TYPES_AND_HALF_AND_COMPLEX#37697
Remove AT_DISPATCH_COMPLEX_TYPES_AND and AT_DISPATCH_ALL_TYPES_AND_HALF_AND_COMPLEX#37697
Conversation
…LF_AND_COMPLEX to c10::complex
|
@anjali411 Ready |
|
should we just get rid of these macros then? |
|
Yeah if they're not used by anything (and we don't plan to use them in the future), let's delete them. |
|
@zasdfgbnm Let's get rid of these macros if they are not being used anywhere |
|
@anjali411 |
| @@ -414,9 +414,9 @@ inline void deprecated_AT_DISPATCH_ALL_TYPES_AND_HALF_AND_COMPLEX() {} | |||
| [&] { \ | |||
There was a problem hiding this comment.
I think we can remove this as well?
💊 CI failures summary and remediationsAs of commit 33adaec (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 4 times. |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@anjali411 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@anjali411 merged this pull request in 9b656da. |
…LF_AND_COMPLEX to c10::complex (pytorch#37697) Summary: These two macros only appear in `Dispatch.h` Pull Request resolved: pytorch#37697 Differential Revision: D21666340 Pulled By: anjali411 fbshipit-source-id: 1f31ab46c08b77f1011367e471874d390ffa70fb
These two macros only appear in
Dispatch.h