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/02/25 02:02:37 UTC

[GitHub] [tvm] junrushao1994 commented on a change in pull request #10367: [MetaSchedule] Update Tuning Interfaces.

junrushao1994 commented on a change in pull request #10367:
URL: https://github.com/apache/tvm/pull/10367#discussion_r814419407



##########
File path: tests/python/unittest/test_meta_schedule_tune_tir.py
##########
@@ -122,7 +121,7 @@ def _sch_rules():
                 M.MultiLevelTiling(
                     structure="SSSRRSRS",
                     tile_binds=["blockIdx.x", "blockIdx.y", "threadIdx.y"],
-                    # use_tensor_core=True,
+                    use_tensor_core=True,

Review comment:
       No I dont believe we are have tensor core rules ready on mainline




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