Mir GLAS vs Intel MKL: which is faster?
John Colvin via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 24 06:18:14 PDT 2016
On Saturday, 24 September 2016 at 12:52:09 UTC, Andrei
Alexandrescu wrote:
> Could you also add a comparison with SciPy? People often say
> it's just fine for scientific computing.
That's just BLAS (so could be mkl, could be openBLAS, could be
netlib, etc. just depends on the system and compilation choices)
under the hood, you'd just see a small overhead from the python
wrapping. Basically, everyone uses a BLAS or Eigen.
An Eigen comparison would be interesting.
More information about the Digitalmars-d
mailing list