cornell-zhang / allo

Allo: A Programming Model for Composable Accelerator Design
https://cornell-zhang.github.io/allo
Apache License 2.0
134 stars 28 forks source link

[Utils] Unify loop utils naming convention #156

Closed chhzh123 closed 5 months ago

chhzh123 commented 5 months ago

Description

This PR unifies the naming convention of LoopWrapper and MockBuffer. The LoopWrapper will explicitly contain the func_name info, which is separated by :. The full name is labeled as <func>:<band>.<loop>. This PR fixed #155.

Checklist