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: [email protected] With regards, Apache Git Services
