mseth10 commented on a change in pull request #13576: [MXNET-679] Improved
CMakeLists.txt
URL: https://github.com/apache/incubator-mxnet/pull/13576#discussion_r251595453
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -705,7 +705,8 @@ build_ubuntu_gpu_cmake_mkldnn() {
-DENABLE_TESTCOVERAGE=ON \
-DUSE_CUDA=1 \
-DUSE_CUDNN=1 \
- -DUSE_MKLML_MKL=1 \
+ -DUSE_MKLML=1 \
+ -DUSE_MKLDNN=1 \
Review comment:
`USE_MKLDNN=1` is default here. No need to turn it explicitly on.
----------------------------------------------------------------
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