DickJC123 commented on issue #20967: URL: https://github.com/apache/incubator-mxnet/issues/20967#issuecomment-1074161900
Thank you very much for this thorough response! I'll look forward to smoother CI pipelines runs once these fixes are merged. On an unrelated point, I notice the dnnl tests push out the complete Python3-onednn-cpu job runtime to 2hr, 15min. For example, there are these tests: ``` [2022-03-17T23:13:35.468Z] 900.98s call tests/python/dnnl/test_quantization_dnnl.py::test_quantize_gluon_with_forward [2022-03-17T23:13:35.468Z] 404.96s call tests/python/dnnl/test_dnnl.py::test_Deconvolution [2022-03-17T23:13:35.468Z] 232.17s call tests/python/dnnl/test_dnnl.py::test_convolution [2022-03-17T23:13:35.468Z] 220.28s call tests/python/dnnl/test_dnnl.py::test_pooling ``` Is it possible to trim down the runtime of these tests, or perhaps run the tests with xdist on multiple workers (each with fewer cores presumably)? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
