-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Added doc for torch.einsum sublist format #57038
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 6f93b4b (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
9c1b488
to
b4db1b4
Compare
Codecov Report
@@ Coverage Diff @@
## heitorschueroff/einsum-sublist #57038 +/- ##
===============================================================
Coverage 77.58% 77.58%
===============================================================
Files 1949 1949
Lines 194129 194129
===============================================================
+ Hits 150611 150616 +5
+ Misses 43518 43513 -5 |
6fa8fc0
to
60f1487
Compare
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.
Nice improvement
@heitorschueroff has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@heitorschueroff merged this pull request in 5841274. |
Adds documentation for the new sublist format for
torch.einsum
closes #21412