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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
