anirudh2290 commented on a change in pull request #13324: Fix/env disable
mkldnn cache map
URL: https://github.com/apache/incubator-mxnet/pull/13324#discussion_r235822121
##########
File path: src/common/utils.h
##########
@@ -474,6 +474,10 @@ inline void LogStorageFallback(const nnvm::NodeAttrs&
attrs,
#if MXNET_USE_MKLDNN == 1
if (!MKLDNNEnvSet()) common::LogOnce("MXNET_MKLDNN_ENABLED flag is off. "
"You can re-enable by setting
MXNET_MKLDNN_ENABLED=1");
+ if (GetMKLDNNCacheSize() != -1) common::LogOnce("MXNET_MKLDNN_CACHE_SIZE is
set."
Review comment:
we need to change it here too.
----------------------------------------------------------------
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