Guest User

nnvm compile error

a guest
May 11th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Generating Code...
  2. 3> Creating library C:/NNVM/NNVM/clone/v 0.8/nnvm/build/Release/nnvm_compiler.lib and object C:/NNVM/NNVM/clone/v 0.8/nnvm/build/Release/nnvm_compiler.exp
  3. 3>compile_engine.obj : error LNK2019: unresolved external symbol "public: virtual bool const __cdecl tvm::Node::_DerivedFrom(unsigned int)const " (?_DerivedFrom@Node@tvm@@UEBA?B_NI@Z) referenced in function "public: virtual bool const __cdecl nnvm::compiler::GraphCacheEntryNode::_DerivedFrom(unsigned int)const " (?_DerivedFrom@GraphCacheEntryNode@compiler@nnvm@@UEBA?B_NI@Z)
  4. 3>graph_fuse.obj : error LNK2001: unresolved external symbol "public: virtual bool const __cdecl tvm::Node::_DerivedFrom(unsigned int)const " (?_DerivedFrom@Node@tvm@@UEBA?B_NI@Z)
  5. 3>graph_hash.obj : error LNK2001: unresolved external symbol "public: virtual bool const __cdecl tvm::Node::_DerivedFrom(unsigned int)const " (?_DerivedFrom@Node@tvm@@UEBA?B_NI@Z)
  6. 3>packed_func_ext.obj : error LNK2001: unresolved external symbol "public: virtual bool const __cdecl tvm::Node::_DerivedFrom(unsigned int)const " (?_DerivedFrom@Node@tvm@@UEBA?B_NI@Z)
  7. 3>compile_engine.obj : error LNK2019: unresolved external symbol "public: static unsigned int __cdecl tvm::Node::TypeKey2Index(char const *)" (?TypeKey2Index@Node@tvm@@SAIPEBD@Z) referenced in function "public: virtual unsigned int const __cdecl nnvm::compiler::GraphCacheEntryNode::type_index(void)const " (?type_index@GraphCacheEntryNode@compiler@nnvm@@UEBA?BIXZ)
  8. 3>graph_fuse.obj : error LNK2001: unresolved external symbol "public: static unsigned int __cdecl tvm::Node::TypeKey2Index(char const *)" (?TypeKey2Index@Node@tvm@@SAIPEBD@Z)
  9. 3>graph_hash.obj : error LNK2001: unresolved external symbol "public: static unsigned int __cdecl tvm::Node::TypeKey2Index(char const *)" (?TypeKey2Index@Node@tvm@@SAIPEBD@Z)
  10. 3>packed_func_ext.obj : error LNK2001: unresolved external symbol "public: static unsigned int __cdecl tvm::Node::TypeKey2Index(char const *)" (?TypeKey2Index@Node@tvm@@SAIPEBD@Z)
  11. 3>compile_engine.obj : error LNK2019: unresolved external symbol "public: static char const * __cdecl tvm::Node::TypeIndex2Key(unsigned int)" (?TypeIndex2Key@Node@tvm@@SAPEBDI@Z) referenced in function "public: class tvm::IRFunctor<void __cdecl(class tvm::NodeRef const &,class Halide::Internal::IRPrinter *)> & __cdecl tvm::IRFunctor<void __cdecl(class tvm::NodeRef const &,class Halide::Internal::IRPrinter *)>::set_dispatch<struct nnvm::compiler::GraphFuncNode>(class std::function<void __cdecl(class tvm::NodeRef const &,class Halide::Internal::IRPrinter *)>)" (??$set_dispatch@UGraphFuncNode@compiler@nnvm@@@?$IRFunctor@$$A6AXAEBVNodeRef@tvm@@PEAVIRPrinter@Internal@Halide@@@Z@tvm@@QEAAAEAV01@V?$function@$$A6AXAEBVNodeRef@tvm@@PEAVIRPrinter@Internal@Halide@@@Z@std@@@Z)
  12. 3>graph_hash.obj : error LNK2001: unresolved external symbol "public: static char const * __cdecl tvm::Node::TypeIndex2Key(unsigned int)" (?TypeIndex2Key@Node@tvm@@SAPEBDI@Z)
  13. 3>C:\NNVM\NNVM\clone\v 0.8\nnvm\build\Release\nnvm_compiler.dll : fatal error LNK1120: 3 unresolved externals
  14. 5>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------
  15. 5> Building Custom Rule C:/NNVM/NNVM/clone/v 0.8/nnvm/CMakeLists.txt
  16. 5> CMake does not need to re-run because C:/NNVM/NNVM/clone/v 0.8/nnvm/build/CMakeFiles/generate.stamp is up-to-date.
  17. 6>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------
  18. 6>Project not selected to build for this solution configuration
  19. ========== Build: 3 succeeded, 1 failed, 0 up-to-date, 2 skipped ==========
Add Comment
Please, Sign In to add comment