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] MLT uses SEqual tests #12805

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

junrushao
Copy link
Member

@junrushao junrushao commented Sep 15, 2022

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.

cc @Hzfengsy @junrushao1994

@junrushao junrushao marked this pull request as ready for review September 15, 2022 23:31
@junrushao junrushao force-pushed the feature/2022-09-12/migrate-mlt branch 2 times, most recently from 225981f to 1961662 Compare September 15, 2022 23:33
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.
@junrushao junrushao merged commit 77d0a28 into apache:main Sep 16, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
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.
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