Blaok/soda

feat: support multiple stages/iterations

Closed this issue · 1 comments

Blaok commented

Currently the kernel only contains 1 (possibly fused) kernel stage/iteration. Multiple stages and iterations shall be pipelined and supported.

  • Need to re-define input file format to specify multiple stages/iterations
  • Need to re-define some macros in kernel code
  • Need to connect multiple stages properly
Blaok commented

Solved by #13.