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:
[email protected]