merrymercy edited a comment on issue #6096:
URL: https://github.com/apache/incubator-tvm/issues/6096#issuecomment-663229677


   What do you mean by "remove the tuning log"?
   If you add `compile_engine.get().clear()`, then the result of `python3 
example.py extract` will match the result of `python3 example.py run` exactly.
   
   In `python3 example.py extract`, the autotvm task extraction calls 
`compile_engine.get().clear()` internally.
   In `python3 example.py run`, in order to match the above command, we can 
manully call `compile_engine.get().clear()`


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