Xilinx / Vitis-Tutorials

Vitis In-Depth Tutorials
https://Xilinx.github.io/Vitis-Tutorials/
MIT License
1.2k stars 552 forks source link

Can elaborate more on matrix mul breakdown in //DFT Designs on AI Engine// #457

Open eerobert opened 3 days ago

eerobert commented 3 days ago

Maybe my algebra is not good enough. Would like to know more on how to breakdown (1 16) (16 16) matrix into multiple of (1 2) (2 4)

Thanks