KULeuven-MICAS / snax_cluster

A heterogeneous accelerator-centric compute cluster
Apache License 2.0
11 stars 10 forks source link

Add test for non-interleaved memory space for conv #375

Closed xiaoling-yi closed 1 month ago

xiaoling-yi commented 1 month ago

Add the banked data layout test for conv to improve its utilization. Enable the banked data layout by setting: interleaved_address to 1 and make sure to set the correct TCDM memory size. Setting interleaved_address to 1 means no change, exactly the same as before.