Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add jira link to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokei committed Mar 16, 2018
1 parent 92083c6 commit 773a5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operator/nn/mkldnn/mkldnn_pooling-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ inline bool SupportMKLDNNPooling(const PoolingParam &param,
return false;

// need to support pooling convention full
// https://issues.apache.org/jira/browse/MXNET-33
#if 0
if (((dshape[2] + 2 * param.pad[0] - param.kernel[0]) % param.stride[0] == 0) &&
((dshape[3] + 2 * param.pad[1] - param.kernel[1]) % param.stride[1] == 0))
Expand Down

0 comments on commit 773a5af

Please sign in to comment.