3. Matrix storage used in L1 primitives - 2024.1 English

Vitis Libraries

Release Date
2024-08-06
Version
2024.1 English

The data mover components move matrice and vector data stored in the on-chip memory, normally block RAM 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.