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 2021/05/06 20:52:15 UTC

[GitHub] [tvm] tqchen commented on pull request #7987: [TensorIR] CreatePrimFunc from TE

tqchen commented on pull request #7987:
URL: https://github.com/apache/tvm/pull/7987#issuecomment-833857175


   Create prim_func returns a PrimFunc, the name is attached in module creation process, we can likely recompose by
   
   ```
   mod = IRModule({"mycoolname": create_prim_func())
   ```


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