gemmini
gemmini copied to clipboard
added dw conv mapping
Hi @SeahK,
Do we have a measure on how much this improves the current depthwise convolution solution? I mean, if the change you made in gemmini-rocc-tests is also merged.
Thanks!
@fPecc This PR is out-of-date. Fortunately, we already have an improved depthwise conv which was added to Gemmini's master branch. We use it for our hand-written Mobilenet implementation (as shown here).
Performance is still pretty poor, but the improvement made it much better. (I don't remember exactly how much faster it made it though).