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 2020/06/23 04:24:55 UTC

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5892: Add TVM application extension with WASM runtime

tqchen edited a comment on pull request #5892:
URL: https://github.com/apache/incubator-tvm/pull/5892#issuecomment-647898735


   Thanks @leonwanghui  Given that TVM is a compilation stack, directly generating generic ops may not give the best performance for deployment, as the compilation approach takes a lot of shape specialization and fusions. 
   
   A better approach for integration might be creating a relay or TIR-level integration from the framework to the TVM's unified IR, then let the compilation produces a standalone module.
   
   


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