KULeuven-MICAS / zigzag

HW Architecture-Mapping Design Space Exploration Framework for Deep Learning Accelerators
https://kuleuven-micas.github.io/zigzag/
MIT License
90 stars 31 forks source link

Fix Layer Assigned as Ref. to CME #15

Closed MaxenceBouvier closed 11 months ago

MaxenceBouvier commented 11 months ago

Solve an issue where the Layer assigned to the CME is passed as reference to the CME. This leads to all CMEs having the same layer at the end of the zigzag stage. Issue 14

The fix proposed is to copy the layer assigned to the CME instead.

asyms commented 11 months ago

Thanks for noticing this. LGTM!