ykim362 commented on a change in pull request #7931: MKL-DNN integration: 
request for reviews
URL: https://github.com/apache/incubator-mxnet/pull/7931#discussion_r139507607
 
 

 ##########
 File path: prepare_mkl.sh
 ##########
 @@ -115,7 +115,7 @@ if [ -z $MKLROOT ]; then
 fi
 
 # Check what MKL lib we have in MKLROOT
-if [ -z `find $MKLROOT -name libmklml_gnu.so -o -name libmklml.dylib -print 
-quit` ]; then
+if [ -z `find $MKLROOT -name libmklml_gnu.so -print -quit` ]; then
   USE_MKLML=0
 
 Review comment:
   This change makes USE_MKLML to 0 on linux machines.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to