FlexiBLAS - A BLAS and LAPACK wrapper library with runtime exchangeable backends
Creators
- 1. Max Planck Institute for Dynamics of Complex Technical Systems
Description
The BLAS library is one of the central libraries for the implementation of numerical algorithms. It serves as the basis for many other numerical libraries like LAPACK, PLASMA or MAGMA (to mention only the most obvious). Thus, a fast BLAS implementation is the key ingredient for efficient applications in this area. However, for debugging or benchmarking purposes it is often necessary to replace the underlying BLAS implementation of an application, e.g. to disable threading or to include debugging symbols. The FlexiBLAS library is a novel framework that allows one to exchange the BLAS implementation at run-time via an environment variable. Our concept neither requires relinkage, nor recompilation of the application. For only a very little overhead, the framework naturally extends to a minimal profiling setup that allows one to count numbers of calls to the BLAS routines used and measure the time spent therein. Beside the 140 BLAS routines, the FlexiBLAS library also provides wrappers around the LAPACK routines from LAPACK 3.4.0 to 3.12.0.
Files
Files
(130.8 MB)
Name | Size | Download all |
---|---|---|
md5:d9238db6bc12e2d4380608f3cc15e992
|
42.7 MB | Download |
md5:cc217fc2a5f3ab70529b038fea731c76
|
71.4 MB | Download |
md5:7b9c5b00d66b1eba69e8770bae7cb531
|
16.7 MB | Download |
md5:02c669b82ce8008b81e1a0ff6a84f8f3
|
7.5 kB | Download |
Additional details
Related works
- Is supplemented by
- Other: http://www.mpi-magdeburg.mpg.de/projects/flexiblas (URL)
- Software: https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release (URL)
- Software: https://github.com/mpimd-csc/flexiblas (URL)
- Preprint: http://www.netlib.org/lapack/lawnspdf/lawn284.pdf (URL)