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
These libraries are "well-known" BLAS implementations in C and/or Fortran and can be used here, but can be tricky to build/link with depending on the system. The pure Rust BLAS subset implementation was introduced to lower the barrier of entry in linfa as it is definitely the easiest way to compile. That said, depending on your use case you might want to choose a BLAS implementation to get better performances. See also #228
what is the difference between these libarary and pure rust?
The text was updated successfully, but these errors were encountered: