masahi commented on PR #11631:
URL: https://github.com/apache/tvm/pull/11631#issuecomment-1152698889

   > so we can now share tuning results between them all and can be sure to 
generate a single CSourceModule
   
   If I understand this correctly, this is a huge improvement! Previously, when 
compiling a model like `bert-large` which has the same workload repeating many 
times, tuning results are cached but the generated code is not shared. This 
ends up in a very slow compile and a huge binary blob (> 1G). 
   
   I also like the more polished API. 
   
   cc @Laurawly @comaniac  


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

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

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

Reply via email to