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
The current release, linfa 0.7 relies on ndarray-linalg 0.15 which pulls intel-mkl-src 0.7, the download feature of which does not work anymore (see rust-math/intel-mkl-src#103). As stated in this comment downstream crates have to upgrade to intel-mkl-src 0.8 hence to ndarray-linalg 0.16.
Therefore a new release (0.7.1?) of linfa is required for published downstream crates relying on Intel MKL BLAS backend to benefit from current master ndarray-linalg 0.16 upgrade (#331)
The text was updated successfully, but these errors were encountered:
The current release,
linfa 0.7
relies onndarray-linalg 0.15
which pullsintel-mkl-src 0.7
, the download feature of which does not work anymore (see rust-math/intel-mkl-src#103). As stated in this comment downstream crates have to upgrade tointel-mkl-src 0.8
hence tondarray-linalg 0.16
.Therefore a new release (0.7.1?) of
linfa
is required for published downstream crates relying on Intel MKL BLAS backend to benefit from current masterndarray-linalg 0.16
upgrade (#331)The text was updated successfully, but these errors were encountered: