-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Vectorize complex copy. #44722
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
Vectorize complex copy. #44722
Conversation
Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit b364e08 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This 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 6 times. |
Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
| iter, | ||
| [=](scalar_t a) -> scalar_t { return a; }); | ||
| [=](scalar_t a) -> scalar_t { return a; }, | ||
| [=](Vec256<scalar_t> a) -> Vec256<scalar_t> { return a; }); |
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.
wow didn't realize we were not vectorizing copy for complex. thanks for the PR!
Codecov Report
@@ Coverage Diff @@
## gh/ezyang/838/base #44722 +/- ##
===================================================
Coverage 67.92% 67.92%
===================================================
Files 384 384
Lines 49727 49727
===================================================
+ Hits 33777 33779 +2
+ Misses 15950 15948 -2
Continue to review full report at Codecov.
|
Summary: Pull Request resolved: #44722 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Reviewed By: anjali411 Differential Revision: D23731276 Pulled By: ezyang fbshipit-source-id: 4902c4b79577ae3c70aca94828006b12914ab7f9
Stack from ghstack:
Signed-off-by: Edward Z. Yang ezyang@fb.com
Differential Revision: D23731276