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

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


    from f4922bc  Fix USMP parallel to serial loop transform test (#9254)
     add 9f27be6  [TVMC] Split common tvmc test file into more specific files 
(#9206)

No new revisions were added by this update.

Summary of changes:
 tests/python/driver/tvmc/test_frontends.py         | 128 ++++++-
 tests/python/driver/tvmc/test_pass_config.py       |  73 ++++
 .../tvmc/{test_common.py => test_pass_list.py}     |   3 +-
 tests/python/driver/tvmc/test_shape_parser.py      |  96 +++++
 tests/python/driver/tvmc/test_target.py            | 143 +++++++
 tests/python/driver/tvmc/test_tracker.py           |  49 +++
 tests/python/driver/tvmc/test_tvmc_common.py       | 413 ---------------------
 7 files changed, 489 insertions(+), 416 deletions(-)
 create mode 100644 tests/python/driver/tvmc/test_pass_config.py
 rename tests/python/driver/tvmc/{test_common.py => test_pass_list.py} (97%)
 create mode 100644 tests/python/driver/tvmc/test_shape_parser.py
 create mode 100644 tests/python/driver/tvmc/test_target.py
 create mode 100644 tests/python/driver/tvmc/test_tracker.py
 delete mode 100644 tests/python/driver/tvmc/test_tvmc_common.py

Reply via email to