This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 5dc4015 [CMAKE,HEXAGON] Only enable Hexagon custom logging when
building for Hexagon (#10587)
add 4cdbf5c [TE] Promote substituted variable to iter_var's dtype (#10571)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/var.h | 4 +++
python/tvm/tir/expr.py | 4 +++
src/te/operation/create_primfunc.cc | 6 ++--
src/te/operation/hybrid_op.cc | 2 +-
src/te/operation/op_utils.cc | 41 ++++++++++++++++--------
src/te/schedule/bound.cc | 8 +++--
src/te/schedule/message_passing.cc | 8 +++--
src/te/schedule/schedule_dataflow_rewrite.cc | 16 ++++-----
src/te/tensor.cc | 7 ++--
src/tir/ir/expr.cc | 5 +++
src/tir/schedule/primitive/blockize_tensorize.cc | 5 ++-
src/tir/transforms/unify_thread_binding.cc | 6 ++--
12 files changed, 69 insertions(+), 43 deletions(-)