You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2021/09/29 08:49:22 UTC

[tvm] branch main updated (88313d7 -> 198a8ab)

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

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


    from 88313d7  fix things (#9146)
     add 198a8ab  [TIR] add loop partition hint pragma (#9121)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/stmt.h                             |   6 ++
 src/tir/transforms/loop_partition.cc               | 106 ++++++++++++++++-----
 .../unittest/test_tir_transform_loop_partition.py  |  31 +++++-
 3 files changed, 116 insertions(+), 27 deletions(-)