symLo2Stream - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
template  <typename t_DataType, unsigned int t_ParEntries>
void symLo2Stream(unsigned int p_n, t_DataType* p_a, hls::stream<WideType<t_DataType, t_ParEntries>>& p_out)

symLo2Stream function that moves sub-symmetric matrix from memory to stream

Parameters:

t_DataType the data type of the matrix entries
t_ParEntries number of parallel processed entries in the matrix
p_n number of rows/cols in a symmetric matrix
p_a point to a p_n x p_n symmetric matrix
p_out output stream