This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch refactor-s1
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 0033b3999e black
new 8d2d64aa8d fix msc and cpptests
new abf14fae19 fix lint
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
python/tvm/meta_schedule/tune_context.py | 1 -
python/tvm/tir/schedule/schedule.py | 2 +-
src/contrib/msc/core/ir/graph_builder.cc | 2 +-
src/contrib/msc/core/ir/graph_builder.h | 16 ++++++++++++++++
src/contrib/msc/core/printer/msc_base_printer.cc | 15 +++++++++------
src/contrib/msc/core/transform/set_expr_layout.cc | 15 +++++++--------
src/contrib/msc/core/transform/set_expr_name.cc | 3 +--
src/contrib/msc/framework/tensorflow/codegen.cc | 2 +-
src/contrib/msc/framework/tensorrt/codegen.cc | 2 +-
.../msc/framework/tensorrt/transform_tensorrt.cc | 6 +++---
src/contrib/msc/framework/torch/codegen.cc | 2 +-
src/contrib/msc/framework/tvm/codegen.cc | 2 +-
src/target/llvm/intrin_rule_hexagon.cc | 21 ++++++++-------------
tests/cpp/target_test.cc | 4 ++--
tests/cpp/tir_scalable_datatype.cc | 2 +-
15 files changed, 53 insertions(+), 42 deletions(-)