mbrookhart opened a new issue #10180:
URL: https://github.com/apache/tvm/issues/10180


   On a recent PR that added a few extra tests to Relay, we discovered that 
pytest was running over the 4GB RAM limit on the x386 CI job. We fixed this by 
reducing the memory use of the failing test ~10%, but we're getting to the 
point in our test size were running `pytest tests/python/relay` seems to be 
accumulating too much in RAM via the tests and pytest logs to actually run on 
x386. I imagine we'll hit this again in the future, should we perhaps write a 
bash script to run the test files 1 by 1 for the 32 bit job?
   
   cc @driazati @areusch 
   
   Also wondering if @leandron might have some thoughts.
   
   ### Branch/PR Failing
   https://github.com/apache/tvm/pull/10026
   


-- 
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]


Reply via email to