DickJC123 opened a new issue #20374: URL: https://github.com/apache/incubator-mxnet/issues/20374
## Description I'm seeing the command: ``` pytest --verbose -s tests/python/train/test_autograd.py::test_autograd ``` timeout after 20 minutes on a system with 1 cpu socket, where the test runs in under a minute on a 2 cpu system. The test is a cpu test that references mx.cpu(1). What is the meaning of mx.cpu(1), in particular on a single-socket system? Should this throw an exception? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
