mshr-h commented on issue #16556: URL: https://github.com/apache/tvm/issues/16556#issuecomment-1976425645
The last commit for the DNNL backend was [a year ago](https://github.com/apache/tvm/commit/302cee99482a9afae3b4a2b0b396083d66b70577). I'm guessing the TVM relay backend isn't updated to support the latest oneDNN. The [oneDNN v3.0](https://github.com/oneapi-src/oneDNN/releases/tag/v3.0) has memory descriptor breaking changes which might cause the compilation error. Using an older oneDNN (such as 2.7? I don't know) may solve the problem. -- 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]
