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

   This PR finishes migration from `check_trace` (string-based equality
   check on TIR trace) to `check_sketch` (SEqual-based equality check on
   TIR). Here, we split multi-level-tiling into 3 files:
   - Plain multi-level tiling without any intrinsics
   - Multi-level tiling with intrinsics like VNNI, DP4a
   - Multi-level tiling with TensorCore which comes with different handling
   
   Besides, we cleaned up the testing folder and removed several methods
   that are no longer useful for unittests.


-- 
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