Introduction to KML
Kunpeng Math Library (KML) is an acceleration library based on Huawei Kunpeng processors for high-performance mathematical computing. It provides mathematical functions optimized based on the Kunpeng platform to meet service requirements. It consists of five sub-libraries: a basic linear algebra library (KML_BLAS), a sparse linear algebra library (KML_SPBLAS), a vector operation library (KML_VML), a basic mathematics library (KML_MATH), and a fast Fourier transform library (KML_FFT).
In addition to ensuring mathematical operation precision, KML_FFT performs in-depth optimization on the FFT by means of vectorization and algorithm improvement, so that the performance of FFT functions is greatly improved.
Parent topic: Kunpeng Math Library