Hacker News new | ask | show | jobs
by microtonal 3041 days ago
What would you say the main reasons for staying with Xeons are for your type of research?

We use Intel MKL in some applications. We just use the BLAS interface, but Intel MKL is generally the fastest BLAS implementation. Obviously, it is optimized for Intel CPUs.

Also, with many vendors it is easier to get >= 768GB RAM 64 core machines using Intel Xeon CPUs.

1 comments

You could use mir glas[1], which has similar performance[2], but works on (pretty much) any architecture.

1: https://github.com/libmir/mir-glas

2: http://blog.mir.dlang.io/glas/benchmark/openblas/2016/09/23/...