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/08/01 20:28:47 UTC

[GitHub] [tvm] vinx13 commented on a diff in pull request #12263: [MetaSchedule] Check auto tensorization applicability in MultiLevelTilingWithIntrin

vinx13 commented on code in PR #12263:
URL: https://github.com/apache/tvm/pull/12263#discussion_r934890744


##########
tests/python/unittest/test_meta_schedule_schedule_rule_multi_level_tiling.py:
##########
@@ -563,6 +563,53 @@ def test_multi_level_tiling_dense_dpa4():
     check_trace(spaces, expected)
 
 
+def test_multi_level_tiling_dense_dp4a_non_tensorizable():
+    m, n, k = 128, 128, 128

Review Comment:
   would be great to also add a test case of non-divisible shape (m=n=k=127, dtype=int8)



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