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/14 06:14:03 UTC

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12424: [TIR] Avoid `import *` in TIR tensor intrinsic registration

junrushao1994 commented on code in PR #12424:
URL: https://github.com/apache/tvm/pull/12424#discussion_r945234907


##########
tests/python/integration/test_meta_schedule_auto_tensorize.py:
##########
@@ -393,7 +394,7 @@ def convert_layout(mod):
             )
         print(profiler.table())
 
-        # Compile without meta-scheduler for correctness check
+        # Compile without MetaScheduler for correctness check

Review Comment:
   This is "MetaSchedule", not "MetaScheduler"
   
   ```suggestion
           # Compile without MetaSchedule for correctness check
   ```



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