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 05:19:58 UTC

[GitHub] [incubator-tvm] huochaitiantang opened a new pull request #6181: [AutoScheduler] Fix alignment of note

huochaitiantang opened a new pull request #6181:
URL: https://github.com/apache/incubator-tvm/pull/6181


   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   


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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [incubator-tvm] tqchen merged pull request #6181: [AutoScheduler] Fix alignment of note

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6181:
URL: https://github.com/apache/incubator-tvm/pull/6181


   


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