zheng-da commented on a change in pull request #11831: [MXNET-484] MKLDNN C++
test for LRN operator
URL: https://github.com/apache/incubator-mxnet/pull/11831#discussion_r211028890
##########
File path: src/operator/nn/mkldnn/mkldnn_lrn-inl.h
##########
@@ -218,17 +231,18 @@ void MKLDNNLRNBackward(const OpContext &ctx, const
LRNParam ¶m,
lrn_forward(pdesc_fwd, mkldnn::primitive::at(*data_mem),
*ws_mem, *dst_temp));
- const mkldnn::memory::desc data_in_md =
pdesc_fwd.src_primitive_desc().desc();
+// const mkldnn::memory::desc data_in_md =
pdesc_fwd.src_primitive_desc().desc();
Review comment:
can you remove the comment?
----------------------------------------------------------------
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