You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/13 21:52:35 UTC

[GitHub] azai91 commented on issue #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED)

azai91 commented on issue #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED)
URL: https://github.com/apache/incubator-mxnet/pull/12746#issuecomment-438451943
 
 
   I have done the following experiments and their results are below, we have to pick one of the solutions unless you have better one @ZhennanQin @TaoLv ? 
   1) LRU cache with performance hit of 2%.
   2) Use the unordered_set that drops elements randomly. I have tested this and it does not cause regression.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services