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

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

Reply via email to