-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[microNPU][2d] Add more Part matchers to cascader #9785
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
Merged
Merged
Conversation
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
Contributor
Author
b855186 to
64a520e
Compare
ef06f09 to
719ec07
Compare
12 tasks
719ec07 to
2140586
Compare
bb18ed0 to
cbc1c77
Compare
Adds Part matchers for ethosu_depthwise_conv2d, ethosu_pooling and ethosu_binary_elementwise. Also adds additional testing for the CascaderGraph creation. Co-authored-by: Jacob Bohlin <[email protected]>
cbc1c77 to
0711bbb
Compare
30105dc to
c8ee288
Compare
mbaret
approved these changes
Jan 20, 2022
Contributor
mbaret
left a comment
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
yuanfz98
pushed a commit
to yuanfz98/tvm
that referenced
this pull request
Jan 24, 2022
* [microNPU][2d] Add more Part matchers for the cascader Adds Part matchers for ethosu_depthwise_conv2d, ethosu_pooling and ethosu_binary_elementwise. Also adds additional testing for the CascaderGraph creation. Co-authored-by: Jacob Bohlin <[email protected]> * Extended testing for block config * Add test guards Co-authored-by: Matthew Barrett <[email protected]>
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Feb 16, 2022
* [microNPU][2d] Add more Part matchers for the cascader Adds Part matchers for ethosu_depthwise_conv2d, ethosu_pooling and ethosu_binary_elementwise. Also adds additional testing for the CascaderGraph creation. Co-authored-by: Jacob Bohlin <[email protected]> * Extended testing for block config * Add test guards Co-authored-by: Matthew Barrett <[email protected]>
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.
RFC: apache/tvm-rfcs#37
Issue: #9429
This PR adds four additional part matchers for the cascader, ethosu_pooling, ethosu_depthwise_conv2d, ethosu_unary_elementwise and ethosu_binary_elementwise. It also contains unit tests for the matchers as well as minor additions the performance estimation to cover all of the different Parts.
Co-authored-by: Matthew Barrett [email protected]