Function Description
Basic Linear Algebra Subprograms (BLAS) provides a series of standard interfaces for basic linear algebra operation functions, including vector linear combination, matrix multiplied by vector, and matrix multiplied by matrix. BLAS has been widely used in industry and scientific computing and has become an industry standard. The KML_BLAS library provides the C language interface for BLAS functions.
To use the KML_BLAS shared library in the Kunpeng 920 professional edition hardware environment, you need to install the libnuma shared library. Otherwise, the KML_BLAS shared library cannot be used.
Parent topic: KML_BLAS Library Functions