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 2021/10/04 16:26:00 UTC

[GitHub] [tvm] Lunderberg opened a new pull request #9188: [Pytest] Sort unit tests before running.

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

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



[GitHub] [tvm] Lunderberg commented on pull request #9188: [Pytest] Sort unit tests before running.

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


   Rebased on main, because it looks like the CI is stalling out a bit on vulkan+topi tests that were unintentionally enabled in https://github.com/apache/tvm/pull/9093, then intentionally disabled in https://github.com/apache/tvm/pull/9219.


-- 
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] Lunderberg commented on pull request #9188: [Pytest] Sort unit tests before running.

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


   Rebased on main, because it looks like the CI is stalling out a bit on vulkan+topi tests that were unintentionally enabled in https://github.com/apache/tvm/pull/9093, then intentionally disabled in https://github.com/apache/tvm/pull/9219.


-- 
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 merged pull request #9188: [Pytest] Sort unit tests before running.

Posted by GitBox <gi...@apache.org>.
areusch merged pull request #9188:
URL: https://github.com/apache/tvm/pull/9188


   


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