scalesim-project / scale-sim-v2

Repository to host and maintain scale-sim-v2 code
MIT License
232 stars 99 forks source link

Solving issue of temporal reuse in ifmap operand matrix #32

Closed ritikraj7 closed 2 years ago

ritikraj7 commented 3 years ago

There should be only 'ifmap_height*ifmap_width' unique addresses in ifmap operand matrix because in 2D convolution same input image is used across different filter channels to extract different features of the same image.