Hacker News new | ask | show | jobs
by shepardrtc 3957 days ago
Does Blaze implement its own BLAS subroutines? Or does it wrap around an existing BLAS library?
1 comments

Turns out that it does implement its own, but it also has the possibility of wrapping existing libraries:

https://bitbucket.org/blaze-lib/blaze/src/e09d62ee714745b297...

Of course, if you're seriously going to use this library, you're going to use an established BLAS library like OpenBLAS or Intel MKL.