Uh oh!
There was an error while loading. Please reload this page.
[microNPU][2d] Add more Part matchers to cascader - #9785
Merged
Conversation
jacobbohlin
commented
Dec 21, 2021
ContributorAuthor
mbaretforce-pushed
the
ethosu-cascader-5
branch
2 times, most recently
from
December 22, 2021 10:54
b855186 to
64a520eComparembaretforce-pushed
the
ethosu-cascader-5
branch
2 times, most recently
from
January 4, 2022 15:15
ef06f09 to
719ec07Compare12 tasks
mbaretforce-pushed
the
ethosu-cascader-5
branch
from
January 10, 2022 16:36
719ec07 to
2140586Comparejacobbohlinforce-pushed
the
ethosu-cascader-5
branch
2 times, most recently
from
January 17, 2022 10:28
bb18ed0 to
cbc1c77CompareAdds 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 <jacob.bohlin@arm.com>
mbaretforce-pushed
the
ethosu-cascader-5
branch
from
January 17, 2022 16:37
cbc1c77 to
0711bbbComparembaret
marked this pull request as ready for review
January 17, 2022 16:37
mbaret
requested review from
MarisaKirisame, anijain2305, areusch, comaniac, icemelon, jroesch, junrushao, jwfromm, mbrookhart, merrymercy, slyubomirsky, tqchen, vinx13, wweic, yzhliu and zhiics
as code ownersJanuary 17, 2022 16:37
jacobbohlinforce-pushed
the
ethosu-cascader-5
branch
from
January 19, 2022 13:33
30105dc to
c8ee288Compareyuanfz98 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 <jacob.bohlin@arm.com> * Extended testing for block config * Add test guards Co-authored-by: Matthew Barrett <matthew.barrett@arm.com>
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 <jacob.bohlin@arm.com> * Extended testing for block config * Add test guards Co-authored-by: Matthew Barrett <matthew.barrett@arm.com>
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 freeto 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 Matthew.Barrett@arm.com