MAGMA (A collection of next-generation linear algebra libraries designed for GPU usage. Developed and implemented by the same team that creates the LAPACK and ScaLAPACK libraries.)
A new important release 2.5.1 (2019-08-02):
- Added support for Turing;
- Now it can be built using cmake; the CMakeLists.txt has been corrected for proper spack installation;
- Fixes for use without FP16;
- Improved compilation across various compilers;
- New subroutine: magmablas_Xherk_small_reduce (X = ‘s’, ‘d’, ‘c’, or ‘z’) — a specialized HERK subroutine for which the output matrix is very small (up to 32), and the input matrix is very high and narrow.
Source: linux.org.ru
