Skip to content
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

Fix StackOverflowError with matrix exp on 1.7.0-rc2 (fix #43008) #43013

Closed
wants to merge 2 commits into from
Closed

Fix StackOverflowError with matrix exp on 1.7.0-rc2 (fix #43008) #43013

wants to merge 2 commits into from

Conversation

daviehh
Copy link
Contributor

@daviehh daviehh commented Nov 9, 2021

Cherry-picked 2 commits to fix #43008

(StackOverflowError when taking complex-valued matrix exp, bumping openblas for a fix)

Hope it's the correct way to do this. Likely need to have the 1.7 tag/backport?

just picking b8ad4f1 does not seem enough, thus also added 6d0b192

5a14037 not included here for now: openblas is usually downloaded, but for cases where it needs to be built from source maybe this mk file needs to be included for consistency

ararslan and others added 2 commits November 8, 2021 22:12
* Upgrade OpenBLAS to v0.3.17

This allows us to drop several patches.

* Precision adjustments in doctests
OpenBLAS binaries built with 512 max threads.
@daviehh daviehh changed the title Fix StackOverflowError with matrix exp on 1.7.0-rc2 (#43008) Fix StackOverflowError with matrix exp on 1.7.0-rc2 (fix #43008) Nov 9, 2021
@ViralBShah
Copy link
Member

ViralBShah commented Nov 9, 2021

We cannot unfortunately upgrade openblas in julia 1.7 at this point. We need to backport the specific openblas fixes and apply them to openblas 0.3.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants