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


Reply via email to