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/06/06 11:44:08 UTC

[GitHub] ZiyueHuang commented on a change in pull request #11024: [MXNET-394] concat of CSR NDArrays on first dimension

ZiyueHuang commented on a change in pull request #11024: [MXNET-394] concat of CSR NDArrays on first dimension
URL: https://github.com/apache/incubator-mxnet/pull/11024#discussion_r193380528
 
 

 ##########
 File path: src/operator/nn/concat.cc
 ##########
 @@ -261,9 +278,7 @@ Example::
 .set_attr<nnvm::FInferType>("FInferType", ConcatType)
 .set_attr<FInferStorageType>("FInferStorageType", ConcatForwardInferStorageType)
 .set_attr<FCompute>("FCompute<cpu>", ConcatCompute<cpu>)
-#if MXNET_USE_MKLDNN == 1
 
 Review comment:
   Have updated several docs and add sparse op alias.

----------------------------------------------------------------
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