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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to