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/07/06 02:50:09 UTC

[GitHub] [incubator-tvm] yangjing69 opened a new issue #5996: How to call DNNL under TVM version 0.7

yangjing69 opened a new issue #5996:
URL: https://github.com/apache/incubator-tvm/issues/5996


   I'm using tvm version 0.7 and need to call the DNNL library, but tried the following statements and found that none of them are supported .
   mod = relay.build_extern(mod, "dnnl") 
   mod = relay.build_extern_compiler(mod, " dnnl")
   mod = relay.transform.AnnotateExternalCompiler("xx")(mod)
   How should I replace it?
   Looking forward to everyone's help.Thank you!
   


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



[GitHub] [incubator-tvm] tqchen commented on issue #5996: How to call DNNL under TVM version 0.7

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5996:
URL: https://github.com/apache/incubator-tvm/issues/5996#issuecomment-654302669


   Thanks for asking the question. Please open a new discussion thread on https://discuss.tvm.ai/


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



[GitHub] [incubator-tvm] tqchen closed issue #5996: How to call DNNL under TVM version 0.7

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #5996:
URL: https://github.com/apache/incubator-tvm/issues/5996


   


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