This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 409ddef [ci] Delay pytest errors until all invocations have run
(#10521)
add 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:
CMakeLists.txt | 2 +-
cmake/modules/Hexagon.cmake | 1 +
include/tvm/tir/var.h | 4 +++
python/tvm/tir/expr.py | 4 +++
src/runtime/hexagon/hexagon/hexagon_buffer.cc | 3 ++
src/runtime/hexagon/hexagon/hexagon_common.cc | 3 ++
.../hexagon/hexagon/hexagon_device_api_v2.cc | 3 ++
src/runtime/hexagon/rpc/hexagon/rpc_server.cc | 3 ++
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 ++--
18 files changed, 83 insertions(+), 44 deletions(-)