Library
Jump to navigation
Jump to search
Type | Name | Description |
---|---|---|
BLAS
(Basic Linear Algebra Subprograms) |
oneAPI Math Kernel Library | formerly Intel Math Kernel Library or Intel MKL, is a library of optimized math routines for science, engineering, and financial applications. Core math functions include BLAS, LAPACK, ScaLAPACK, sparse solvers, fast Fourier transforms, and vector math especially for Intel processor architecture |
BLIS | Like Intel, AMD does provide optimized numerical compute libraries for the Zen architecture. The core “BLAS” library is called BLIS. This is the library for optimal matrix-vector matrix-matrix operations on all of the “Zen-core” processors i.e. Ryzen desktop processors and EPYC “server” processors | |
cuBLAS | NVIDIA's BLAS, called as cuBLAS for use with CUDA on their GPU’s. It’s highly optimized and a significant factor in the “stunningly good” compute performance possible on their GPU’s. Many of the Top500 supercomputers get the bulk of their performance from (lots of) NVIDIA GPU’s |