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

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


    from ef46f4e8d3 Revert "[SLM] Allow modules to define pre-processing of 
weights" (#16777)
     add b2204ae698 [IR] Default to empty attributes, instead of NULL (#16745)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/attrs.h                             |  7 ++----
 include/tvm/ir/module.h                            |  3 ++-
 include/tvm/relax/expr.h                           |  5 ++---
 include/tvm/relay/function.h                       |  2 +-
 include/tvm/runtime/object.h                       | 14 ++++++++++--
 include/tvm/script/ir_builder/tir/frame.h          |  2 +-
 include/tvm/tir/function.h                         |  2 +-
 python/tvm/contrib/cutlass/build.py                |  2 +-
 python/tvm/contrib/relay_viz/interface.py          | 23 +++++++++----------
 python/tvm/dlight/base/transform.py                |  2 --
 python/tvm/dlight/gpu/matmul.py                    |  4 ++--
 python/tvm/driver/build_module.py                  |  2 +-
 python/tvm/ir/attrs.py                             |  4 ++++
 python/tvm/meta_schedule/relax_integration.py      |  2 +-
 python/tvm/relax/backend/contrib/cutlass.py        |  4 ++--
 python/tvm/relax/frontend/common.py                |  2 +-
 python/tvm/relax/training/setup_trainer.py         | 12 ++++------
 .../tvm/relax/transform/lazy_transform_params.py   |  4 ++--
 python/tvm/relay/backend/contrib/ethosu/util.py    |  2 +-
 python/tvm/relay/function.py                       |  3 +++
 .../tvm/relay/quantize/_partition_conversions.py   |  4 ++--
 python/tvm/relay/testing/py_converter.py           |  6 ++++-
 python/tvm/testing/aot.py                          |  6 ++---
 python/tvm/tir/function.py                         |  3 +++
 src/relay/analysis/type_solver.cc                  |  2 +-
 src/relay/backend/vm/lambda_lift.cc                |  2 +-
 src/relay/ir/dataflow_matcher.cc                   |  2 +-
 src/relay/ir/function.cc                           |  4 +++-
 src/relay/transforms/dynamic_to_static.cc          |  3 +--
 src/relay/transforms/to_cps.cc                     |  4 ++--
 src/script/ir_builder/ir/frame.cc                  |  2 +-
 src/script/ir_builder/relax/ir.cc                  | 21 +++++++++++------
 src/script/ir_builder/tir/frame.cc                 | 16 +++----------
 src/script/ir_builder/tir/ir.cc                    | 26 ++++++++++++++--------
 tests/python/contrib/test_coreml_codegen.py        |  2 +-
 .../test_meta_schedule_cpu_dot_product.py          |  2 +-
 tests/python/relax/test_codegen_cutlass.py         |  6 ++---
 tests/python/tir-base/test_tir_nodes.py            |  2 +-
 .../tir-transform/test_tir_transform_helpers.py    | 20 ++++++++---------
 39 files changed, 127 insertions(+), 107 deletions(-)

Reply via email to