ykim362 commented on issue #9350: Trouble building with mkl from source URL: https://github.com/apache/incubator-mxnet/issues/9350#issuecomment-356422037 @jerrin92 Could you please use below command instead? make -j $(nproc) USE_OPENCV=1 USE_MKL2017=1 USE_MKL2017_EXPERIMENTAL=1 USE_BLAS=atlas You might need to install atlas if you haven't. sudo apt-get update && apt-get install -y libatlas-base-dev
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
