Am in the middle of setting up NNVM/TVM in Windows 10 (v 1709 build 16299).for OPEN CL (Intel SDK for Open CL 2017) & LLVM.
Build environment is CMAKE and VS2015
The steps i followed is :
- LLVM build
- TVM build with (LLVM and OPEN CL)
- NNVM Build
First two steps were sucessful and i was able to generate Tvm libraries without any errors .
While am compiling NNVM ,one project failed out of three ! Below are the build logs :
Seems like linking error !!?
Thanks