TaoLv commented on a change in pull request #16272: [mkldnn-v1.0] Add MKL-DNN 
Pooling
URL: https://github.com/apache/incubator-mxnet/pull/16272#discussion_r331795950
 
 

 ##########
 File path: src/operator/nn/mkldnn/mkldnn_pooling.cc
 ##########
 @@ -333,27 +292,31 @@ MKLDNNPoolingBwd &GetPoolingBwd(const PoolingParam 
&param,
 
   auto it = pooling_bwds.find(key);
   if (it == pooling_bwds.end()) {
-    auto diff_dst_mem = out_grad.GetMKLDNNData();
+    // mkldnn v1.0 add reoder to workaround testcase:test_make_subgraph;
+    // alread fixed in v1.1, will remove after v1.1 is integrated.
 
 Review comment:
   Please remove the comments.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to