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 2020/01/15 09:40:30 UTC

[GitHub] [incubator-tvm] vexilligera commented on issue #4676: Building TVM from source for Windows with LLVM support

vexilligera commented 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 referenced in function vaddfloat16_5float16_5float16_5

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services