[MetaSchedule] Enable AutoTVM-style template-based search space#10461
Merged
Hzfengsy merged 3 commits intoapache:mainfrom Mar 4, 2022
Merged
[MetaSchedule] Enable AutoTVM-style template-based search space#10461Hzfengsy merged 3 commits intoapache:mainfrom
Hzfengsy merged 3 commits intoapache:mainfrom
Conversation
masahi
reviewed
Mar 3, 2022
| sch->ComputeAt(input_tile, /*loop_rv=*/loop, /*preserve_unit_loops=*/true); | ||
| sch->SetScope(input_tile, /*buffer_index=*/0, /*storage_scope=*/"local"); | ||
| sch->ComputeInline(data_pad); | ||
| return {sch}; |
Member
There was a problem hiding this comment.
Now that we have TIR constants, I wonder if we can remove the need for
- the giant
Selecttree in the test fileconv2d_winograd_cpu.pyetc - the mandatory unroll + inline schedule rules in this file
Member
Author
There was a problem hiding this comment.
I have similar questions in the RFC: apache/tvm-rfcs#22 (comment)
11cb179 to
9b61b09
Compare
9b61b09 to
9640f1f
Compare
Hzfengsy
approved these changes
Mar 4, 2022
ziqiangxu8457
pushed a commit
to ziqiangxu8457/tvm
that referenced
this pull request
Mar 6, 2022
…he#10461) * [MetaSchedule] Enable AutoTVM-style template-based search space * Fix lint * suppress mypy
pfk-beta
pushed a commit
to pfk-beta/tvm
that referenced
this pull request
Apr 11, 2022
…he#10461) * [MetaSchedule] Enable AutoTVM-style template-based search space * Fix lint * suppress mypy
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.
No description provided.