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/06/03 10:59:28 UTC

[GitHub] [incubator-mxnet] ddt2014 opened a new issue #15136: why compute ops like conv serially, but not parallelly

ddt2014 opened a new issue #15136: why compute ops like conv serially, but not parallelly
URL: https://github.com/apache/incubator-mxnet/issues/15136
 
 
   For example, in src/operator/nn/convolution-inl.h 307, mxnet compute the conv operator serially for each batch, which leading to the forward time(batch size > 1) much longer than batch size == 1.
   
   I wanna know the reason of this

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