You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/28 03:01:37 UTC

[tvm] branch last-successful updated (2389f1f0d8 -> 45bed88eb4)

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 2389f1f0d8 [Software pipeline] Fix hardcoded index in `access_ptr` rewriting, add a GPU test with depth 4 (#11495)
     add 2b0e082f39 [FIX] Add braces to if-else statements (#11493)
     add 45bed88eb4 [Pass] Add MaxPool, AvgPool to FoldExplicitPadding (#11494)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/nn.h                       |  14 +-
 include/tvm/topi/nn/softmax.h                      |   5 +-
 include/tvm/topi/transform.h                       |  15 +-
 src/meta_schedule/utils.h                          |  11 +-
 src/relay/transforms/fold_explicit_padding.cc      | 206 +++++++++++++++++----
 .../relay/test_pass_fold_explicit_padding.py       | 180 +++++++++++++++++-
 6 files changed, 369 insertions(+), 62 deletions(-)