You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/02/28 23:36:33 UTC

[tvm] branch last-successful updated (7127296 -> 5b5d969)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 7127296  [MetaSchedule] Arithmetic analysis (#10403)
     add 5b5d969  Add @slow decorator to run tests on `main` (#10057)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                            |  28 ++++++++-
 python/tvm/testing/utils.py            |  13 +++++
 tests/scripts/should_run_slow_tests.py | 104 +++++++++++++++++++++++++++++++++
 3 files changed, 142 insertions(+), 3 deletions(-)
 create mode 100644 tests/scripts/should_run_slow_tests.py