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 2020/07/31 20:31:54 UTC

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6181: [AutoScheduler] Fix alignment of note

merrymercy commented on a change in pull request #6181:
URL: https://github.com/apache/incubator-tvm/pull/6181#discussion_r463821433



##########
File path: python/tvm/auto_scheduler/measure.py
##########
@@ -359,8 +359,7 @@ class MeasureErrorNo(object):
     """ Error type for MeasureResult. """
     NO_ERROR = 0              # No error
     INSTANTIATION_ERROR = 1   # Errors happen when apply transform steps from init state
-                              # Errors happen when compiling code on host (e.g. tvm.build)
-    COMPILE_HOST = 2
+    COMPILE_HOST = 2          # Errors happen when compiling code on host (e.g. tvm.build)

Review comment:
       ```suggestion
       COMPILE_HOST = 2          # Errors happen when compiling code on host (e.g., tvm.build)
   ```




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

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