lanking520 opened a new issue #13924: CPP GPU test running too long URL: https://github.com/apache/incubator-mxnet/issues/13924 URL: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-13914/3/pipeline/278 Currently CPP GPU takes around 72 minutes to finish all its trainning tasks and it is not ideal for a PR CI test to handle that. Essentially the CI to verify the PR is to ensure the functionalities didn't have any problems. The performance test ideally should be placed under the nightly tests. As @leleamol recommended, some improvement can be taken in [here](https://github.com/apache/incubator-mxnet/blob/master/cpp-package/tests/ci_test.sh) such as the number of epoch to be set to 1. This would bring down the runtime for this test to under 30 minutes and save time. @marcoabreu
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
