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


##########
tests/python/unittest/test_meta_schedule_schedule_rule_multi_level_tiling.py:
##########
@@ -560,7 +563,12 @@ def test_multi_level_tiling_dense_dpa4():
         )
     ]
 
-    check_trace(spaces, expected)
+    _test_multi_level_tiling_dense_dp4a(m, n, k, "int8", "int32", expected)
+
+
+def test_multi_level_tiling_dense_dp4a_non_tensorizable():
+    _test_multi_level_tiling_dense_dp4a(128, 128, 128, "float32", "float32", 
[""])
+    _test_multi_level_tiling_dense_dp4a(127, 127, 127, "int32", "int32", [""])

Review Comment:
   Fixed



-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to