Mir GLAS vs Intel MKL: which is faster?

jmh530 via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 24 07:26:46 PDT 2016


On Saturday, 24 September 2016 at 13:49:35 UTC, Andrei 
Alexandrescu wrote:
>
> I see, thanks. To the extent the Python-specific overheads are 
> measurable, it might make sense to include the benchmark.
>

Here are some benchmarks from Eigen and Blaze for comparison
http://eigen.tuxfamily.org/index.php?title=Benchmark
https://bitbucket.org/blaze-lib/blaze/wiki/Benchmarks

They don't include Python, for the reason mentioned above (no one 
would use native python implementation of matrix multiplication, 
it just calls some other library).

I don't see a reason to include it here.


More information about the Digitalmars-d mailing list