yinghu5 commented on a change in pull request #14877: Fix the incorrect 
MKLDNN/MKL logic in cmake 
URL: https://github.com/apache/incubator-mxnet/pull/14877#discussion_r281960288
 
 

 ##########
 File path: ci/build_windows.py
 ##########
 @@ -218,6 +246,8 @@ def main():
             os.environ["OpenCV_DIR"] = "C:\\Program 
Files\\OpenCV-v3.4.1\\build"
         if 'CUDA_PATH' not in os.environ:
             os.environ["CUDA_PATH"] = "C:\\Program Files\\NVIDIA GPU Computing 
Toolkit\\CUDA\\v9.2"
+        if 'MKL_ROOT' not in os.environ:
+            os.environ["MKL_ROOT"] = "C:\Program Files 
(x86)\IntelSWTools\compilers_and_libraries\windows\mkl"
 
 Review comment:
   we test both format should be ok.  anyway change it now. 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

Reply via email to