Skip to content

MAINT: Make einsum optimize default to False. #11720

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

Conversation

charris
Copy link
Member

@charris charris commented Aug 12, 2018

False is the documented value and the value used in 1.14, but 1.15.0 was
turning optimization on when there were more than two arguments,
resulting in slowdowns for small matrices. This choice can be revisited
as the einsum optimization code matures.

Closes #11714.

False is the documented value and the value used in 1.14, but 1.15.0 was
turning optimization on when there were more than two arguments,
resulting in slowdowns for small matrices. This choice can be revisited
as the einsum optimization code matures.

Closes numpy#11714.
@charris charris added this to the 1.15.1 release milestone Aug 12, 2018
@charris charris merged commit 745d51e into numpy:maintenance/1.15.x Aug 12, 2018
@charris charris deleted the fix-einsum-default-optimize branch August 12, 2018 19:42
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.

1 participant