Uh oh!
There was an error while loading. Please reload this page.
[microNPU][5] Convert Proposals to te.Schedules - #10062
Merged
Merged
Conversation
12 tasks
mbaretforce-pushed
the
ethosu-cascader-8
branch
from
February 24, 2022 18:48
47fdfb1 to
92c44e2Comparembaret
marked this pull request as ready for review
February 24, 2022 19:06
mbaret
requested review from
areusch, comaniac, icemelon, jroesch, junrushao, merrymercy, tqchen, yzhliu and zhiics
as code ownersFebruary 24, 2022 19:06
manupak
requested changes
Feb 25, 2022
manupak
left a comment
Contributor
There was a problem hiding this comment.
I think may have found a bug! see if it helps.
Otherwise LGTM!
Uh oh!
There was an error while loading. Please reload this page.
Change-Id: I6771578f1007b8fea02e2dec7d0c797a6ef6aa5e
manupak
commented
Mar 3, 2022
Contributor
Thanks @mbaret ! |
ziqiangxu8457 pushed a commit
to ziqiangxu8457/tvm
that referenced
this pull request
Mar 6, 2022
* [microNPU][5] Convert Proposals to te.Schedules Change-Id: I6771578f1007b8fea02e2dec7d0c797a6ef6aa5e * Fixes Change-Id: Id062ca7793656be4e870ac48ba41a34aa83276d2 * Fix test Change-Id: Ib0fd55b99459c26425e1805df19d12367244e1b0
pfk-beta pushed a commit
to pfk-beta/tvm
that referenced
this pull request
Apr 11, 2022
* [microNPU][5] Convert Proposals to te.Schedules Change-Id: I6771578f1007b8fea02e2dec7d0c797a6ef6aa5e * Fixes Change-Id: Id062ca7793656be4e870ac48ba41a34aa83276d2 * Fix test Change-Id: Ib0fd55b99459c26425e1805df19d12367244e1b0
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 is the final stage in the cascading flow where a Proposal is selected and converted into a TE Schedule, which can subsequently be lowered into TIR.