UCLA-VAST / AutoSA

AutoSA: Polyhedral-Based Systolic Array Compiler
MIT License
191 stars 31 forks source link

Cannot run LU example and CNN example on HW #8

Open hecmay opened 3 years ago

hecmay commented 3 years ago

Hi, it is me again.

Just to report two new issues I found recently.

  1. large MM (intel) will result in deadlock on real hardware execution. I tried different SA configurations, and none of them worked. I tested on vLab S10 GX2800 with AOC 18.2. The only change I've made is that I removed the __burst intrinsics and HBM attribute since there is no HBM on that device.

  2. LU example on Alveo FPGA board. I changed the input matrix size to 8x8. I was able to compile the generated code. However, the HW result is not 100% correct. Is this example only tested for 3x3?