Blas Function Kernel - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English

Blas Function Kernels

BLAS kernels in this library have a uniform top function. This top function has only two memory interfaces for communicating with external memories via an AXI memory controller. The external memory interface can be DDR, HBM, or PLRAM. As shown in the following figure, the top function blasKernel is composed by an instruction process unit, timer, and operation functional unit e.g., GEMM. The functional unit can be a single BLAS function or more.

../../../_images/blasKernel.png

GEMM Kernels

General matrix multiply (GEMM) is a very common and important function in the BLAS library. It is a core operation in many applications, such as machine learning algorithms. The GEMM operation C = A * B + X is implemented as a kernel in this library.