rust-ml / linfa

A Rust machine learning framework.
Apache License 2.0
3.76k stars 249 forks source link

Investigate discrepancy between non-BLAS and BLAS versions of `linfa-ica` #262

Open YuhanLiin opened 2 years ago

YuhanLiin commented 2 years ago

According to these results, all ICA benchmarks are noticibly faster with BLAS than without, though this is less severe at higher sample sizes. We should profile the non-BLAS benchmark runs (using something like flamegraph) and see if we can fix the discrepancy.

oojo12 commented 2 years ago

Fast ICA.zip ICA flamegraphs. Later in the week I'll see if a text format is exportable.