Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFloating Point Matrix Multiplication
I want to multiply a 56x56 matrix with a 56x1 matrix in floating point. There is a altfp_matrix_mult megafunction which does not compute this quickly enough. I am looking for ideas to implement ...
Altera_Forum
Honored Contributor
16 years agoI did not realize that you can send the next data input without waiting for the prior operation to finish. Thanks for pointing it out.