You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/13 07:14:39 UTC

[GitHub] [tvm] junrushao opened a new pull request, #12764: [MetaSchedule][Test] Migrate `check_trace` to `check_sketch`

junrushao opened a new pull request, #12764:
URL: https://github.com/apache/tvm/pull/12764

   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_trace`s which could bloat the PR size, so I decided to keep it as a separate one for easy review


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Hzfengsy merged pull request #12764: [MetaSchedule][Test] Migrate `check_trace` to `check_sketch`

Posted by GitBox <gi...@apache.org>.
Hzfengsy merged PR #12764:
URL: https://github.com/apache/tvm/pull/12764


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org