lhutton1 commented on issue #12567: URL: https://github.com/apache/tvm/issues/12567#issuecomment-1708592870
Hi @gessha, I suspect you need to build tvm with LLVM support. Can you try adding something like the following to config.cmake: ``` set(USE_LLVM llvm-config-16) ``` and then rebuilding. -- 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]
