Architecture - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

GEMM kernel here is an implementation of the operation C = A * B + X, where A, B, X and C are matrices. This kernel is composed by three major parts, data movers, transpose and buffers, and a systolic array as shown in the figure below.

../../../_images/gemmKernel.png