ZhennanQin commented on issue #16265: [MKLDNN] NDArray reorder in C API and deconv URL: https://github.com/apache/incubator-mxnet/pull/16265#issuecomment-535307731 Another potential problem is, C API will be called in main thread, which doesn't have computing resource. All computing resource should be managed by engine. Ideally, we'd better to push this operation to engine, and wait to get the reordered result.
---------------------------------------------------------------- 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
