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 2022/06/10 20:05:50 UTC

[GitHub] [tvm] masahi commented on pull request #11631: [BYOC] Make CUTLASS BYOC integration 'Collage friendly'

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-unsubscribe@tvm.apache.org

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