leezu opened a new issue #20156: URL: https://github.com/apache/incubator-mxnet/issues/20156
Update 3rdparty/dmlc-core to include various improvements, including better HDFS support. cf #20154 cc @Xiaoxiong-Liu due to dmlc/dmlc-core@bfad207 and dmlc/dmlc-core@16c6f68 you may want to apply this update locally in your v1.8 checkout of mxnet if you rely on these two improvements This may require changes to dmlc-core first, as just updating dmlc-core breaks the MXNet Windows CI. See CI status in https://github.com/apache/incubator-mxnet/pull/20155 ``` [2021-04-12T18:54:59.701Z] ..\src\operator\numpy\np_matrix_op.cc(706): note: see reference to function template instantiation 'void mxnet::op::NumpyConcatenateForward<mxnet::cpu>(const nnvm::NodeAttrs &,const mxnet::OpContext &,const std::vector<mxnet::TBlob,std::allocator<mxnet::TBlob>> &,const std::vector<mxnet::OpReqType,std::allocator<mxnet::OpReqType>> &,const std::vector<mxnet::TBlob,std::allocator<mxnet::TBlob>> &)' being compiled [2021-04-12T18:54:59.701Z] C:\jenkins_slave\workspace\build-cpu-mkl\src\operator\nn\concat-inl.h(177) : fatal error C1001: Internal compiler error. [2021-04-12T18:54:59.701Z] (compiler file 'd:\agent\_work\63\s\src\vctools\Compiler\Utc\src\p2\main.c', line 212) [2021-04-12T18:54:59.701Z] To work around this problem, try simplifying or changing the program near the locations listed above. [2021-04-12T18:54:59.701Z] If possible please provide a repro here: https://developercommunity.visualstudio.com [2021-04-12T18:54:59.701Z] Please choose the Technical Support command on the Visual C++ [2021-04-12T18:54:59.701Z] Help menu, or open the Technical Support help file for more information [2021-04-12T18:54:59.701Z] cl!RaiseException()+0x69 [2021-04-12T18:54:59.701Z] cl!RaiseException()+0x69 [2021-04-12T18:54:59.701Z] cl!CloseTypeServerPDB()+0x20b13 [2021-04-12T18:54:59.701Z] cl!CloseTypeServerPDB()+0xd432a ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
