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
[x] PR's title starts with a category (e.g. [Bugfix], [IR], [Builder], etc)
[x] Changes are complete (i.e. I finished coding on this PR)
[x] All changes have test coverage (It would be better to provide ~2 different test cases to test the robustness of your code)
Description
This PR unifies the naming convention of
LoopWrapper
andMockBuffer
. TheLoopWrapper
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