Lunderberg opened a new pull request #9188:
URL: https://github.com/apache/tvm/pull/9188


   By default, pytest will sort tests to maximize the re-use of fixtures.  
However, this assumes that all fixtures have an equal cost to
   generate, and no caches outside of those managed by pytest.  A fixture for a 
`tvm.testing.parameter` is effectively free, while a fixture maintaining a 
cache of reference data `tvm.testing.utils._fixture_cache` be quite large.
   
   Since most of the TVM fixtures are specific to a python function, sort the 
test ordering by python function, so that `tvm.testing.utils._fixture_cache` 
can be cleared sooner rather than later.


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