vec2GemStream - 2023.2 English

Vitis Libraries

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

vec2GemStream function that moves vector from memory to stream that matches the gem2Stream outputs

Parameters:

t_DataType the data type of the matrix entries
t_ParEntries number of parallelly processed entries in the matrix
p_m number of rows in a matrix
p_n number of cols in a matrix
p_in vector input
p_out output stream