You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using nalgebra-lapack with the intel-mkl feature, we will run into segfaults and other undefined behavior. This is due to some upstream dependencies linking the wrong MKL interface (ILP64, rather than LP64), documented in blas-lapack-rs/lapack-src#11. I've already filed an PR in lapack-src, so this should be considered a "tracking issue". I'll fix this in the nalgebra-lapack crate once the upstream fix is merged.