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 72de122676 [TIR][REFACTOR] Revamp Common Subexpression Elimination
(#18886)
add f83cebb54c [TVMScript] Normalize T.Bind to T.bind for statement
builder convention (#18889)
add 5d3b525675 [TIR] Reject non-floating inputs for trig unary ops (#18879)
add a89b9f2880 [TOPI] Reject non-float inputs for inverse unary math ops
(#18880)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/op.h | 38 ++++++++++++++--------
python/tvm/script/ir_builder/tir/ir.py | 8 ++---
python/tvm/script/parser/tir/parser.py | 6 ++--
python/tvm/tir/op.py | 31 +++++++++++-------
python/tvm/topi/math.py | 13 +++++++-
.../transform/test_s_tir_transform_thread_sync.py | 16 ++++-----
tests/python/te/test_te_create_primfunc.py | 26 +++++++++++++++
.../test_tir_analysis_verify_well_formed.py | 24 +++++++-------
tests/python/tir-base/test_tir_constructor.py | 27 +++++++++++++++
.../test_tir_inline_private_functions.py | 4 +--
.../test_tir_transform_convert_ssa.py | 6 ++--
.../tvmscript/test_tvmscript_ir_builder_tir.py | 4 +--
.../python/tvmscript/test_tvmscript_printer_tir.py | 2 +-
tests/python/tvmscript/test_tvmscript_roundtrip.py | 4 +--
.../tvmscript/test_tvmscript_syntax_sugar.py | 4 +--
15 files changed, 148 insertions(+), 65 deletions(-)