yinghu5 commented on issue #14764: fix win compiler error for mkl sparse matrix URL: https://github.com/apache/incubator-mxnet/pull/14764#issuecomment-486978765 @triplekings. I wonder if the fix trigger some other windows issues. I tested the fix about incubator-mxnet\src\operator\tensor\./dot-inl.h (dot.cc) under windows MSVC 2015. it raises some new build errors. like ] (compiling source file C:\mxnet_4\incubator-mxnet\src\operator\tensor\dot.cc) 13>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(2364): error C2938: '_Iter_cat_t<int>' : Failed to special ize alias template (compiling source file C:\mxnet_4\incubator-mxnet\src\operator\tensor\dot.cc) [C:\mxnet_4\incubator-mxnet\build \mxnet.vcxproj] 13>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(2364): error C2062: type 'unknown-type' unexpected (compil ing source file C:\mxnet_4\incubator-mxnet\src\operator\tensor\dot.cc) [C:\mxnet_4\incubator-mxnet\build\mxnet.vcxproj] Reproduce steps: C:\mxnet_4\incubator-mxnet\build>cmake -G "Visual Studio 14 Win64" .. -DUSE_CUDA=0 -DUSE_CUDNN=0 -DUSE_NVRTC=0 -DUSE_OPENCV=1 -DUSE_OPENMP=1 -DUSE_PROFILER=1 -DUSE_BLAS=open -DUSE_LAPACK=1 -DUSE_DIST_KVSTORE=0 -DCUDA_ARCH_NAME=All -DCMAKE_BUILD_TYPE=Release msbuild mxnet.sln /p:Configuration=Release;Platform=x64 /maxcpucount Thanks
---------------------------------------------------------------- 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
