-
Notifications
You must be signed in to change notification settings - Fork 32
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
Failing mac tests on MKL 2023.2 #129
Comments
tests fail for me on apple silicon too:
|
That's a different problem: Intel doesn't provide MKL for your platform at all. |
doh, right. would it make sense to exit immediately at the top of runtests.jl in that case? |
Probably we should have an arch check function, which can be called in On AMD, we may want to print a warning and proceed, where as on non-x86, a warning and exit. |
This is an upstream issue with Intel, and we are unlikely to be able to do much. Documented in the README. |
These are from https://github.com/JuliaLinearAlgebra/MKL.jl/actions/runs/5786517472/job/15681397514. Seen in #123
Just capturing here for the record, since this used to pass in earlier releases. Intel macs are naturally going to be rarer going forward.
The text was updated successfully, but these errors were encountered: