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 1e51bfecdb Fix apt install (#11781)
     add bc75487032 [HEXAGON] Slice ops added - add, subtract, multiply (#11529)
     add bd800c9cf0 [Arith] Simplification of ceil, log2, and left_shift 
(#11646)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   3 +-
 .../hexagon/slice_ops/add_subtract_multiply.py     |  87 ++++++++
 src/arith/const_int_bound.cc                       |  96 ++++++++-
 src/arith/rewrite_simplify.cc                      |  21 ++
 .../topi/test_add_subtract_multiply.py             | 229 +++++++++++++++++++++
 .../python/unittest/test_tir_transform_simplify.py | 107 ++++++++++
 6 files changed, 539 insertions(+), 4 deletions(-)
 create mode 100755 python/tvm/topi/hexagon/slice_ops/add_subtract_multiply.py
 create mode 100755 
tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py

Reply via email to