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.