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

tqchen pushed a change to branch tvm-further-cleanup-python-tests-followup
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 25334b2659 [TEST][DISCO] Simplify symbolic-shape xfail
     add 3e964f54cd [REFACTOR][Relax] Remove value-bearing R.Prim annotations

No new revisions were added by this update.

Summary of changes:
 python/tvm/relax/script/parser/entry.py            |  22 +--
 tests/python/disco/test_callback.py                |  68 +++++++---
 tests/python/relax/test_analysis_type_analysis.py  |  50 +------
 .../relax/test_backend_transform_shape_lower.py    |  81 -----------
 tests/python/relax/test_bind_params.py             |  22 +--
 tests/python/relax/test_bind_symbolic_vars.py      |  67 ---------
 tests/python/relax/test_blockbuilder_core.py       |   8 +-
 tests/python/relax/test_dataflow_rewriter.py       | 149 ---------------------
 tests/python/relax/test_op_binary.py               |  32 -----
 .../relax/test_transform_compute_prim_value.py     |  31 -----
 .../relax/test_transform_lazy_transform_params.py  | 145 --------------------
 .../relax/test_transform_lift_transform_params.py  |   4 +-
 .../test_transform_remove_unused_parameters.py     |  21 ++-
 tests/python/relax/test_tvmscript_parser.py        |   8 ++
 tests/python/relax/test_utils.py                   |  62 ++++-----
 tests/python/relax/test_vm_build.py                |  94 -------------
 tests/python/tvmscript/test_tvmscript_roundtrip.py |  10 +-
 17 files changed, 120 insertions(+), 754 deletions(-)

Reply via email to