xinyu-intel commented on a change in pull request #16688: [MKL-DNN] Add mxnet mkldnn cmake
tutorial
URL: https://github.com/apache/incubator-mxnet/pull/16688#discussion_r341458692
##########
File path: docs/python_docs/python/tutorials/performance/backend/mkldnn/mkldnn_readme.md
##########
@@ -57,11 +57,24 @@ cd incubator-mxnet
### Build MXNet with MKL-DNN
+To achieve better performance, the Intel OMP and llvm OMP are recommended as below instruction.
Otherwise, default GOMP will be used and you may get the sub-optimal performance. If you don't
have the full [MKL](https://software.intel.com/en-us/intel-mkl) library installation, you
might use OpenBLAS as the blas library, by setting USE_BLAS=openblas.
Review comment:
cmake will build and link llvm-omp in 3rdparty/openmp automatically and makefile temporary
not support.
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|