JuliaLinearAlgebra / MKL.jl

Intel MKL linear algebra backend for Julia
Other
208 stars 32 forks source link

Make `using MKL` work reliably on all platforms irrespective of whether MKL is available. #155

Closed ViralBShah closed 8 months ago

ViralBShah commented 8 months ago

Check all platforms to make sure the package loads irrespective of whether MKL is available (examples mac aarch64). Test with older version (2023) on Intel mac Disable buildkite Run a smaller testsuite from LinearAlgebra that tests the BLAS and LAPACK features.

Fix #146