Skip to content
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

[MetaSchedule] Enable AutoTVM-style template-based search space #10461

Merged

Conversation

junrushao
Copy link
Member

No description provided.

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};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that we have TIR constants, I wonder if we can remove the need for

  • the giant Select tree in the test file conv2d_winograd_cpu.py etc
  • the mandatory unroll + inline schedule rules in this file

cc @manupa-arm @d-smirnov

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have similar questions in the RFC: apache/tvm-rfcs#22 (comment)

@junrushao junrushao force-pushed the feature/2022-03-02/custom-search-space branch from 11cb179 to 9b61b09 Compare March 4, 2022 02:51
@junrushao junrushao force-pushed the feature/2022-03-02/custom-search-space branch from 9b61b09 to 9640f1f Compare March 4, 2022 03:22
@Hzfengsy Hzfengsy merged commit 865f34e into apache:main 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants