driazati opened a new pull request #10151: URL: https://github.com/apache/tvm/pull/10151
This auto-marks all tensorflow frontend tests with `pytest.mark.forked`, which tells pytest to run each test in a subprocess rather than in the main test process. Hopefully this will help alleviate #10150 as the memory used should be released when the test subprocess ends. Tested locally by running a tensorflow test then `ps -aef --forest` and confirming that with the decorator a subprocess is spawned. cc @areusch @altanh @tkonolige Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread. -- 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]
