Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
655 Discussions

Matrix multiplication using HLS math

Gopikrishnan
Novice
608 Views

I'm using matrix_mult.h provided in the library  to implement matrix multiplication in my component.

I'm not sure what architecture it will synthesize into. Will it implement a systolic array based implementation?

0 Kudos
1 Reply
AnilErinch_A_Intel
534 Views

Hi ,

The implementation details can be seen from the reports generated by the HLS.

Please refer to the userguide on different type of reports and the different levels of views that will be provided by the report.

https://www.intel.com/content/www/us/en/programmable/documentation/ewa1457708982563.html#rcl1582671415703


Thanks and Regards

Anil


0 Kudos
Reply