Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG/ENH: Einsum optimization path updates and bug fixes. #11491

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

Merged
merged 1 commit into from
Jul 3, 2018

Conversation

charris
Copy link
Member

@charris charris commented Jul 3, 2018

Backport of #11345.

Syncs einsum path optimization tech between numpy and opt_einsum. In particular, the greedy path has received many enhancements by @jcmgray. A full list of issues fixed in this PR are:

* Minor tweaks to the optimal path based on opt_einsum

* Updates greedy path to current opt_einsum tech

* Reworks einsum broadcasting vs dot tech and can_dot logic

* MAINT: Fix typo in comment.

* BUG: Fix bad merge fixup.
@charris charris added this to the 1.15.0 release milestone Jul 3, 2018
@charris charris merged commit 483f37d into numpy:maintenance/1.15.x Jul 3, 2018
@charris charris deleted the backport-11345 branch May 15, 2019 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants