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

jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 55bb8b6  [Graph Executor, VM] Add end to end benchmarking of models 
(#8858)
     add 3c86eec  [UnitTests] Expose TVM pytest helpers as plugin (#8532)

No new revisions were added by this update.

Summary of changes:
 conftest.py                                        |  33 +--
 pytest.ini                                         |  26 --
 python/tvm/testing/__init__.py                     |   5 +-
 python/tvm/testing/plugin.py                       | 294 +++++++++++++++++++++
 python/tvm/testing/utils.py                        | 238 ++---------------
 tests/python/unittest/test_tvm_testing_features.py |   7 +-
 6 files changed, 328 insertions(+), 275 deletions(-)
 delete mode 100644 pytest.ini
 create mode 100644 python/tvm/testing/plugin.py

Reply via email to