tmoreau89 commented on a change in pull request #5842:
URL: https://github.com/apache/incubator-tvm/pull/5842#discussion_r456673094



##########
File path: python/tvm/autotvm/measure/measure_methods.py
##########
@@ -186,6 +189,16 @@ def __init__(self,
                  timeout=10, n_parallel=None,
                  number=4, repeat=3, min_repeat_ms=0, cooldown_interval=0.1,
                  check_correctness=False):
+        static_tune = os.getenv("TVM_STATIC_TUNE_EXPERIMENTAL")

Review comment:
       Can you elaborate on what TVM_STATIC_TUNE_EXPERIMENTAL is being used 
for? I'm a little weary of inserting additional execution modes in AutoTVM 
dictated by environmental variables.
   
   (1) we either add additional flags in AutoTVM config
   (2) we clean this experimental mode if it's not really necessary for the 
OpenCL variant of VTA




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to