-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5/10] Code generation for Depthwise Convolution via CMSIS-NN #9409
Conversation
cc: @grant-arm @Mousius @areusch for code review. |
8ff9964
to
c48e77a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broadly looks good.
nits and a question.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall makes sense to me, I've suggested a few things but I don't think any of them are blocking.
Change-Id: I0a2279965a0b505f809ffcf8b955f64db8f4aff0
Change-Id: Icd9ae4d456a75761f476f8ae73bff64d48e59dd5
Change-Id: Iac6acf1c310b20b9e99bf0b9c0310423c93de9be
c48e77a
to
3ad4ba9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Post fixing CI please 😸
Thanks! @ashutosh-arm @Mousius |
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
This PR adds support for depthwise convolution via CMSIS-NN.
Here is the tracking issue: #8646
This is blocked on #9331 which is dependent on #9296.