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 b37ad17ce6 [Arith][TIR] Recognize empty extents (#15129)
     add c1c6d93b09 [ARITH] NormalizeToIterSum (#15120)
     add 7247ddcf37 [ARITH] Hotfix flaky test in padded matmul (#15131)
     add 3b26ce21c0 [TIR] Avoid duplicate GlobalVar names in SplitHostDevice 
(#15119)
     add 6b20caee2d [Bugfix] [Relay] Insertion of "device_copy" CallNode to 
Resolve Device Conflict on Unconstrained Nodes (#15090)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/iter_affine_map.h                |  19 ++
 python/tvm/arith/__init__.py                       |   1 +
 python/tvm/arith/iter_affine_map.py                |  31 +++
 src/arith/iter_affine_map.cc                       | 125 ++++++++++--
 src/arith/product_normal_form.h                    |   9 +-
 src/relay/transforms/device_planner.cc             | 227 ++++++++++++++++++++-
 src/tir/transforms/split_host_device.cc            |  36 ++--
 tests/python/relay/test_pass_plan_devices.py       |  47 +++++
 .../python/unittest/test_arith_iter_affine_map.py  |  68 ++++++
 .../test_tir_transform_split_host_device.py        |  51 +++++
 10 files changed, 570 insertions(+), 44 deletions(-)

Reply via email to