pengzhao-intel commented on issue #10075: [MXNET-83] Fix CMake build issue with MKL. URL: https://github.com/apache/incubator-mxnet/pull/10075#issuecomment-372565487 > Not sure. At this point, I really don't know what's going on with the mkl build, what works with what, does mkldnn use mklml or mkl? can mkldnn operate on its own, what combinations work, etc. @cjolivier01 MKL-DNN can work standalone (you can build it without MKL/MKLML and it will perform great). MKL-DNN uses MKL/MKLML only to accelerate inner product via gemm from MKL/MKLML. MKLML is a small library, which contains part of MKL functionality (ML related). **update:** information from MKL-DNN team for MKLML. > MKLML includes all single precision BLAS functions, a subset of vector math functions, and a subset of LAPACK. The library is created to support self-contained distribution of open source deep learning applications and for this scenario can be used instead of full MKL.
---------------------------------------------------------------- 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