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/22 11:07:04 UTC

[GitHub] [tvm] apeskov commented on issue #11824: [Bug]DNNL Codegen Compile failed after PR 11642

apeskov commented on issue #11824:
URL: https://github.com/apache/tvm/issues/11824#issuecomment-1162960779

   Hi @huajsj, Thanks for reporting issue!
   
   That's very interesting error message. Looks like you have mismatch of DNNL headers and DNNL library used during compilation. The function you have a marked like "undefined" is used by `dnnl.hpp` header, TVM does's interact explicitly.
   This function was introduced recently and is available only in master branch, there is no public releases with that "dnnl_post_ops_clone" function. 
   
   So I suppose you have mixed installation of DNNL on your dev system. Compiled library from some old version of DNNL, and headers from master of original repository. Could you please double check which version of library and headers do you use? 


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