3. Matrix storage used in L1 primitives - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

The data mover components move matrices’ and vectors’ data stored in the on-chip memory, normally BRAM or URAM slices, into streams to feed the computation modules. The following matrix storage formats are supported.

  • row-major matrix
  • row-major symmetric matrix
  • row-major packed symmetric matrix
  • row-major triangular matrix
  • row-major packed triangular matrix
  • column-major banded matrix
  • column-major banded symmetric matrix

More information about matrix storage formats and data mover components can be found in Data movers used in L1 primitives.