-
Notifications
You must be signed in to change notification settings - Fork 415
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
einsum
for LCEAKernel
#1918
einsum
for LCEAKernel
#1918
Conversation
This pull request was exported from Phabricator. Differential Revision: D47226145 |
Summary: Pull Request resolved: pytorch#1918 This commit fixes the `einsum` indexing in the forward pass of the `LCEAKernel`. Reviewed By: sdaulton Differential Revision: D47226145 fbshipit-source-id: d92ab3ca1e972a62e8b25998d24a7ad6fac4a558
efc678d
to
0ca88c8
Compare
This pull request was exported from Phabricator. Differential Revision: D47226145 |
Summary: Pull Request resolved: pytorch#1918 This commit fixes the `einsum` indexing in the forward pass of the `LCEAKernel`. Reviewed By: sdaulton Differential Revision: D47226145 fbshipit-source-id: f92c519759cdb43513b0e472701e31223be8242a
0ca88c8
to
1c315ba
Compare
This pull request was exported from Phabricator. Differential Revision: D47226145 |
Codecov Report
@@ Coverage Diff @@
## main #1918 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 173 173
Lines 15270 15271 +1
=========================================
+ Hits 15270 15271 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1918 This commit fixes the `einsum` indexing in the forward pass of the `LCEAKernel`. Reviewed By: sdaulton Differential Revision: D47226145 fbshipit-source-id: 28732dfb050e77feab4f1c05af2ecaf35b85132c
1c315ba
to
e555602
Compare
This pull request was exported from Phabricator. Differential Revision: D47226145 |
This pull request has been merged in 5bf06d7. |
Summary: This commit fixes the
einsum
indexing in the forward pass of theLCEAKernel
.Reviewed By: sdaulton
Differential Revision: D47226145