You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this paper, I observed that Gemmini includes the im2col module. The Rocket core consumes too many clock cycles on im2col. I need a more efficient way to execute im2col. Does the current Gemmini support the im2col function?
The text was updated successfully, but these errors were encountered:
The im2col module was basically replaced by the LoopConv.scala module, which is used by default by tiled_conv_auto. It should be used by default by resnet50.c and mobilenet.c, if you want to see examples
https://people.eecs.berkeley.edu/~ysshao/assets/papers/genc2021-dac.pdf
In this paper, I observed that Gemmini includes the im2col module. The Rocket core consumes too many clock cycles on im2col. I need a more efficient way to execute im2col. Does the current Gemmini support the im2col function?
The text was updated successfully, but these errors were encountered: