TaoLv edited a comment on issue #18244: URL: https://github.com/apache/incubator-mxnet/issues/18244#issuecomment-624398953
I notice `MXNET_MKLDNN_DEBUG` is already disabled. I suspect some of the overhead come from primitive creation as the backend is designed for real world usages where the primitives will be created and cached in the first iteration, and reused in the follows. But in unit tests, most of primitives will be created and only used once. @szha Do you have any detailed report where we can find the test time for each test for test file? ---------------------------------------------------------------- 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]
