arcadiaphy edited a comment on issue #15576: Multi-threaded inference broken with MKLDNN URL: https://github.com/apache/incubator-mxnet/issues/15576#issuecomment-512725210 @ZhennanQin I think MKLDNN is OK in multi-threading, the possible reason is that calling mkldnn related method like `MKLDNNDataReorder` and `GetMKLDNNData` on ndarray simultaneously messes up the internal `mkl_mem_`. Also I'm not sure whether `mkl_mem_` can be shared in multiple computation.
---------------------------------------------------------------- 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
