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][Test] Migrate check_trace to check_sketch #12764

Merged

Conversation

junrushao
Copy link
Member

@junrushao junrushao commented Sep 13, 2022

This PR further migrates more check_trace (string equality of traces) to check_sketch (structural equality of TIR) for the following schedule rules:

  • AutoBind
  • RandomComputeLocation
  • CrossThreadReduction
  • ParallelVectorizeUnroll

The only tests that are not migrated in this PR is MultLevelTiling, which consists too many check_traces which could bloat the PR size, so I decided to keep it as a separate one for easy review

cc @Hzfengsy @junrushao1994

@junrushao junrushao marked this pull request as ready for review September 13, 2022 07:14
@Hzfengsy Hzfengsy merged commit ef784d6 into apache:main Sep 13, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
…12764)

* Migrate AutoBind

* Migrate RandomComputeLocation

* Migrate CrossThreadReduction

* Migrate ParallelVectorizeUnroll
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.

2 participants