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
matrix_exp + matrix_exp.backward complex support #48363
Conversation
Codecov Report
@@ Coverage Diff @@
## master #48363 +/- ##
========================================
Coverage 80.94% 80.95%
========================================
Files 1854 1853 -1
Lines 199918 199805 -113
========================================
- Hits 161831 161759 -72
+ Misses 38087 38046 -41 |
…ed/matrix_exp_complex_fix
|
Thanks for the PR!
Look good. Just minor comments.
Not sure why the bazel build failed but it looks unrelated right?
|
@albanD , thank you for the review! I have rebased the code to resolve the conflicts. The bazel issues are not related, indeed. |
@albanD has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: As per title. Fixes pytorch#48299. Pull Request resolved: pytorch#48363 Reviewed By: ejguan Differential Revision: D25224498 Pulled By: albanD fbshipit-source-id: 0c80ffb03ccfc46ab86398911edfba0b09049e55
As per title. Fixes #48299.