vexilligera edited a comment on issue #4676: Building TVM from source for Windows with LLVM support URL: https://github.com/apache/incubator-tvm/issues/4676#issuecomment-574577227 Hi, I am building MXNet with TVM on Windows to support TVMOps. Building LLVM from source with Visual Studio 2017 or later would result in errors due to different constexpr standards, so I have built LLVM and TVM with Clang-CL + Ninja + MSVC LINK/RC, (which means you need to install LLVM binary first). However I'm still having some post build issues when generating tvmop.dll, e.g., unresolved external symbol __gnu_h2f_ieee, the function is disabled on MSVC in tvm runtime.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
