This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from e8752c9  [VTA] Make more explicit error message during sim lib loading 
failures. (#7761)
     add af6f167  [ARITH] normalize iter affine map expr to PrimExpr (#7759)

No new revisions were added by this update.

Summary of changes:
 python/tvm/arith/__init__.py                       |  2 +-
 python/tvm/arith/iter_affine_map.py                | 16 ++++++
 src/arith/iter_affine_map.cc                       | 58 ++++++++++++++++++++++
 src/{arith => tir/analysis}/expr_complexity.cc     |  0
 .../python/unittest/test_arith_iter_affine_map.py  | 21 ++++++++
 5 files changed, 96 insertions(+), 1 deletion(-)
 rename src/{arith => tir/analysis}/expr_complexity.cc (100%)

Reply via email to