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 2019/05/24 00:11:15 UTC

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #15033: Improve FC perf when no_bias=False

anirudh2290 commented on a change in pull request #15033: Improve FC perf when no_bias=False
URL: https://github.com/apache/incubator-mxnet/pull/15033#discussion_r287176760
 
 

 ##########
 File path: src/operator/nn/fully_connected.cc
 ##########
 @@ -316,11 +316,9 @@ NNVM_REGISTER_OP(_backward_FullyConnected)
   const FullyConnectedParam& params = nnvm::get<FullyConnectedParam>(attrs.parsed);
   return params.no_bias ? 2 : 3;
 })
-#if MXNET_USE_MKLDNN == 1
 
 Review comment:
   because we need additional temp space now.

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


With regards,
Apache Git Services