You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/04/01 13:35:39 UTC

[tvm] branch main updated (3825161 -> 46c4de4)

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 3825161  [CodeGen][OpenCL] Limit OpenCL built-in vector lanes to 2, 3, 4, 8, 16. (#7777)
     add 46c4de4  [ARITH] Subspace division (#7760)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/iter_affine_map.h                |  30 ++
 python/tvm/arith/__init__.py                       |   2 +-
 python/tvm/arith/iter_affine_map.py                |  45 +++
 src/arith/iter_affine_map.cc                       | 299 ++++++++++++++++++
 .../python/unittest/test_arith_iter_affine_map.py  | 340 +++++++++++++++++++++
 5 files changed, 715 insertions(+), 1 deletion(-)