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

Precompilation issue on Apple M1 #87

Open
blegat opened this issue Aug 19, 2024 · 2 comments
Open

Precompilation issue on Apple M1 #87

blegat opened this issue Aug 19, 2024 · 2 comments

Comments

@blegat
Copy link
Collaborator

blegat commented Aug 19, 2024

See jump-dev/SumOfSquares.jl#382
cc @kocvara

@kalmarek
Copy link
Owner

yeah, I don't even know what is the problem. There's no fancy BLAS happening, except using LinearAlgebra and a call to qr or svd. If the problem is that there's no default BLAS implementation set I don't think we should set one for the user?

@blegat
Copy link
Collaborator Author

blegat commented Aug 20, 2024

Maybe this is because of code called before using SymbolicWedderburn.
@kocvara Can you reproduce it by running using SymbolicWedderburn on a new Julia REPL to make sure it's not due to code run before like what's suggested in
jump-dev/SumOfSquares.jl#382 (comment)

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

No branches or pull requests

2 participants