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

Skip to content

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

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 6 commits into from
Jul 3, 2018

Conversation

dgasmith
Copy link
Contributor

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:


# Initially iterate overa ll pairs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor typo!

@mattip
Copy link
Member

mattip commented Jul 3, 2018

Needs a typo fix and an update for the conflicting files

@charris charris merged commit 1cedbfb into numpy:master Jul 3, 2018
charris pushed a commit to charris/numpy that referenced this pull request Jul 3, 2018
* 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 removed the 09 - Backport-Candidate PRs tagged should be backported label Jul 3, 2018
@charris charris removed this from the 1.15.0 release milestone Jul 3, 2018
@dgasmith
Copy link
Contributor Author

dgasmith commented Jul 3, 2018

Thanks for getting this in!

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.

einsum_path greedy optimize ignores memory limit in some cases
4 participants