-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Source: https://github.com/digikar99/cl-cblas
The asdf system cblas provides a cl-autowrap generated interface to Netlib's cblas.h. BLAS is a collection of Basic Linear Algebra Subprograms providing functions optimized over multiple platforms to operate over (complex) float vectors and matrices.
The system requires the installation of OpenBLAS which should be available with the package manager. On Ubuntu 18.04 and 20.04, sudo apt install libopenblas-base should be sufficient.