CGRA-Mapper icon indicating copy to clipboard operation
CGRA-Mapper copied to clipboard

Support nested loop

Open tancheng opened this issue 1 year ago • 2 comments

mvt-Unroll0-RecII8-II10

Two issues here

  • Outer loop's control (i.e., branch) no need to reach inner loop's basic block
  • Overall II can be decreased with HW supported fusion

tancheng avatar Apr 08 '24 01:04 tancheng

Also for multi-dimensional address generation, the getelementptr cannot be mapped to a simple ADD anymore.

Aegithalos-caudatus avatar Apr 16 '24 21:04 Aegithalos-caudatus

Also for multi-dimensional address generation, the getelementptr cannot be mapped to a simple ADD anymore.

Thanks for the input!

tancheng avatar Apr 16 '24 21:04 tancheng