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 c3d3596151 Delete redundant imports (#18129)
add 27a314eb73 [MISC] Fix compilation warnings of unnecessary
`std::move()` calls (#18130)
No new revisions were added by this update.
Summary of changes:
src/relax/analysis/graph_partitioner.cc | 2 +-
src/relax/ir/expr.cc | 2 +-
src/relax/op/nn/attention.cc | 5 ++---
src/relax/op/nn/convolution.cc | 4 ++--
src/relax/op/nn/nn.cc | 4 ++--
src/relax/op/tensor/grad.cc | 7 +++----
src/relax/transform/convert_layout.cc | 2 +-
src/relax/transform/fuse_tir.cc | 2 +-
src/relax/transform/legalize_ops.cc | 2 +-
src/relax/transform/remove_purity_checking.cc | 2 +-
src/relax/transform/to_mixed_precision.cc | 4 ++--
src/script/printer/relax/function.cc | 6 +++---
src/script/printer/tir/function.cc | 4 ++--
src/tir/ir/data_type_rewriter.cc | 2 +-
src/tir/schedule/primitive/cache_read_write.cc | 6 +++---
src/tir/schedule/primitive/compute_inline.cc | 4 ++--
src/tir/schedule/primitive/loop_transformation.cc | 2 +-
src/tir/transforms/profile_instrumentation.cc | 2 +-
18 files changed, 30 insertions(+), 32 deletions(-)