Matrix Multiplication

Matrix multiplication is a common compute-intensive operation for many application domains. The SDSoC IDE provides template examples for all base platforms, and the code for these provide instructive use of SDSoC environment system optimizations for memory allocation and memory access described inImproving System Performance, and Vivado HLS optimizations like function inlining, loop unrolling and pipelining, and array partitioning, described inOptimization Guidelines.