-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Introducing Matrix exponential #40161
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
💊 CI failures summary and remediationsAs of commit a333444 (more details on the Dr. CI page):
XLA failureJob pytorch_xla_linux_bionic_py3_6_clang9_build is failing. Please create an issue with title prefixed by 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 201 times. |
|
Ready for review. TODO: add reference/comment about the backward formula. |
|
The CUDA batched version is quite slow (batch loop), make |
|
It is not possible to use high-level Tensor functional on CUDA. So I am not sure how to make batch loop device-agnostic and with high-level functional support. |
|
Seems like a missing feature https://discuss.pytorch.org/t/parallelize-simple-for-loop-for-single-gpu/33701 |
|
I did check the |
7220f33 to
c5f6d12
Compare
0dd4c0d to
96c0c57
Compare
|
Just to summarize outstanding action items:
|
facebook-github-bot
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.
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
facebook-github-bot
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.
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
facebook-github-bot
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.
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
In case you care: internal lint failed with: I'm going to try to land anyway |
|
Let me fix that, it is just " symbol I presume. |
facebook-github-bot
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.
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Implements (batched) matrix exponential. Fixes #9983.
The algorithm follows: