You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/02 20:16:31 UTC

[GitHub] [tvm] driazati opened a new pull request #10151: Use pytest-forked for tensorflow tests

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] driazati closed pull request #10151: Use pytest-forked for tensorflow tests

Posted by GitBox <gi...@apache.org>.
driazati closed pull request #10151:
URL: https://github.com/apache/tvm/pull/10151


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch commented on pull request #10151: Use pytest-forked for tensorflow tests

Posted by GitBox <gi...@apache.org>.
areusch commented on pull request #10151:
URL: https://github.com/apache/tvm/pull/10151#issuecomment-1028330409


   this looks pretty good, let's see how it does in CI


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] junrushao1994 commented on pull request #10151: Use pytest-forked for tensorflow tests

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #10151:
URL: https://github.com/apache/tvm/pull/10151#issuecomment-1028331132


   This is great improvement!


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org