[5/10] Code generation for Depthwise Convolution via CMSIS-NN#9409
Merged
manupak merged 3 commits intoapache:mainfrom Nov 26, 2021
Merged
[5/10] Code generation for Depthwise Convolution via CMSIS-NN#9409manupak merged 3 commits intoapache:mainfrom
manupak merged 3 commits intoapache:mainfrom
Conversation
Contributor
Author
|
cc: @grant-arm @Mousius @areusch for code review. |
manupak
reviewed
Nov 18, 2021
Contributor
manupak
left a comment
There was a problem hiding this comment.
Broadly looks good.
nits and a question.
Mousius
requested changes
Nov 18, 2021
Member
Mousius
left a comment
There was a problem hiding this comment.
Overall makes sense to me, I've suggested a few things but I don't think any of them are blocking.
added 3 commits
November 24, 2021 17:18
Change-Id: I0a2279965a0b505f809ffcf8b955f64db8f4aff0
Change-Id: Icd9ae4d456a75761f476f8ae73bff64d48e59dd5
Change-Id: Iac6acf1c310b20b9e99bf0b9c0310423c93de9be
Mousius
approved these changes
Nov 25, 2021
Member
Mousius
left a comment
There was a problem hiding this comment.
LGTM! Post fixing CI please 😸
Contributor
|
Thanks! @ashutosh-arm @Mousius |
dchauhan-arm
pushed a commit
to dchauhan-arm/tvm
that referenced
this pull request
Nov 29, 2021
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
masahi
pushed a commit
to masahi/tvm
that referenced
this pull request
Dec 1, 2021
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
mehrdadh
pushed a commit
to mehrdadh/tvm
that referenced
this pull request
Dec 1, 2021
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
mehrdadh
pushed a commit
to mehrdadh/tvm
that referenced
this pull request
Dec 1, 2021
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Jan 7, 2022
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
yangulei
pushed a commit
to yangulei/tvm
that referenced
this pull request
Jan 11, 2022
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
yangulei
pushed a commit
to yangulei/tvm
that referenced
this pull request
Jan 12, 2022
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Jan 13, 2022
…#9409) This PR adds support for depthwise convolution via CMSIS-NN.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.