Skip to content

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
@github-actions github-actions bot requested a review from Hzfengsy September 15, 2022 23:34
@junrushao junrushao force-pushed the feature/2022-09-12/migrate-mlt branch from 1961662 to 33e2b0e Compare September 15, 2022 23:49
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 force-pushed the feature/2022-09-12/migrate-mlt branch from 33e2b0e to 712212e Compare September 16, 2022 00:00
@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