This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from cb08f0d57b [TIR][Driver] Use `BindTarget` to specify target for FP8
legalization (#16767)
add 9899f9cd28 [AOT][Testing] Improve output mismatch information on test
failure (#16765)
add b3981d2f77 [Fix] Fix numpy dtype map (#16780)
add 5a8d928b84 [Relax] Improve malform error msg (#16779)
add 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/_ffi/runtime_ctypes.py | 3 +-
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/frontend/nn/core.py | 17 +-
python/tvm/relax/frontend/nn/exporter.py | 40 +-
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 | 54 ++-
python/tvm/tir/function.py | 3 +
src/relax/analysis/well_formed.cc | 12 +-
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/relax/test_frontend_nn_exporter.py | 443 ---------------------
.../python/relax/test_frontend_nn_extern_module.py | 10 +-
tests/python/relax/test_frontend_nn_modules.py | 3 +-
tests/python/relax/test_frontend_nn_op.py | 27 +-
tests/python/relax/test_frontend_nn_packing.py | 3 +-
tests/python/relax/test_frontend_nn_subroutines.py | 13 +-
tests/python/relay/aot/test_aot_test_harness.py | 52 ++-
tests/python/tir-base/test_tir_nodes.py | 2 +-
.../tir-transform/test_tir_transform_helpers.py | 20 +-
50 files changed, 278 insertions(+), 627 deletions(-)
delete mode 100644 tests/python/relax/test_frontend_nn_exporter.py