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
Note that the only part of linfa-clustering that uses BLAS routines is Gaussian Mixture, which didn't actually show a difference in the benchmarks. For other modules, BLAS only changes the matrix multiplication algorithm. BLAS only speeds up the appx_dbscan benchmark, but actually slows down several other benchmarks. As such, BLAS doesn't actually benefit linfa-clustering, so it should be removed.
The linfa-clustering benchmarks are linked in this comment.
The text was updated successfully, but these errors were encountered:
Note that the only part of
linfa-clustering
that uses BLAS routines is Gaussian Mixture, which didn't actually show a difference in the benchmarks. For other modules, BLAS only changes the matrix multiplication algorithm. BLAS only speeds up theappx_dbscan
benchmark, but actually slows down several other benchmarks. As such, BLAS doesn't actually benefitlinfa-clustering
, so it should be removed.The
linfa-clustering
benchmarks are linked in this comment.The text was updated successfully, but these errors were encountered: