This is an automated email from the ASF dual-hosted git repository.
mousius pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 6b4e3d08ea [TEST] Fix division by 0 in llvm codegen test (#14232)
add 52292cfa60 [TVMC][TRANSFORMS] ToMixedPrecision transform support with
custom options enabled (#14010)
No new revisions were added by this update.
Summary of changes:
python/tvm/driver/tvmc/autotuner.py | 67 +++++-----
python/tvm/driver/tvmc/compiler.py | 43 +++---
python/tvm/driver/tvmc/transform.py | 203 +++++++++++++++++++++++++++--
tests/python/driver/tvmc/test_compiler.py | 6 +-
tests/python/driver/tvmc/test_transform.py | 101 +++++++++++++-
5 files changed, 364 insertions(+), 56 deletions(-)