Specifications - 2025.2 English

Vitis Libraries

Release Date
2026-02-09
Version
2025.2 English
xf::solver::gemv<ROWA, COLA, BR, BC, MATRIX_IN_T, MATRIX_OUT_T>(matrixAStrm, matrixBStrm, matrixCStrm);

To calculate \(y=A*x\), blocked matrix multiply algorithm is used in our design. The row number BR and column number BC of the blocked sub-matrix are defined in template parameters.