tpmLo2Stream - 2023.2 English

Vitis Libraries

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

tpmLo2Stream function that read the packed sub-symmetric matrix with from memory to stream

Parameters:

t_DataType the data type of the matrix entries
t_ParEntries the number of parallelly processed entries in the matrix
p_n number of rows/cols in a symmetric matrix
p_a memory location of a p_n x p_n symmetric matrix
p_out the streams of matrix entries