yinghu5 edited a comment on issue #14829: Fix the incorrect MKLDNN/MKL logic in cmake URL: https://github.com/apache/incubator-mxnet/pull/14829#issuecomment-487962256 thank you @pengzhao-intel @azai91 , I try to add CI test first windows. and run into two issues. 1. add WIN_CPU_MKLDNN. But it failed quickly at cmake configure . The C++ compiler "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: C:/jenkins_slave/workspace/build-cpu-mkldnn/build/CMakeFiles/CMakeTmp Run Build Command:"jom" "/NOLOGO" "cmTC_14b0a\fast" jom: parallel job execution disabled for Makefile C:\ProgramData\chocolatey\lib\jom\tools\jom.exe -f CMakeFiles\cmTC_14b0a.dir\build.make /nologo -L CMakeFiles\cmTC_14b0a.dir\build 2. other configure like WIN_CPU_MKLDNN_MKL and WIN_CPU_NOMKLDNN_MKL can pass the steps. but here need MKL are installed in MKL_ROOT=C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\mkl. Please help make sure the CI windows have MKL_ROOT installed.
---------------------------------------------------------------- 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
