All,
I'm looking for recommendations for C or C++ libraries (preferably open source) that use multi-threaded techniques to multiply large, non-square, (e.g. 65536xn in size where n < 65536) non-sparse matrices. Thanks.
-&&
All,
I'm looking for recommendations for C or C++ libraries (preferably open source) that use multi-threaded techniques to multiply large, non-square, (e.g. 65536xn in size where n < 65536) non-sparse matrices. Thanks.
-&&
The Intel Software folks seem to have a good discussion on the subject.
Intel MKL (not open source)
AMD ACML (free, but not open source)
GOTO BLAS (free for academic use, IIRC, and you get the source, but not "open source")
ATLAS BLAS (open source)