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

masahi pushed a change to branch ci-gpu-update
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 72a3f7f39e add oneflow change
 discard 64d2f9416d [CI] Update GPU image for oneflow v0.7
     add 8846f31312 Add FlattenAtrousConv pass into the default optimize 
pipeline. (#11077)
     add 68beae90ea Add two possible missing visit of let stmt in lowering 
(#11079)
     add 0070b6cc05 [TIR] Add TileWithTensorIntrin (#11075)
     add 7940c0e4a4 [CI] Update GPU image for oneflow v0.7
     add 6d2ca315a4 add oneflow change

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (72a3f7f39e)
            \
             N -- N -- N   refs/heads/ci-gpu-update (6d2ca315a4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/transform.h                      |   9 +
 python/tvm/tir/schedule/__init__.py                |   1 +
 .../analysis/analysis.py => schedule/transform.py} |  29 ++--
 src/relay/backend/utils.cc                         |   2 +
 src/tir/schedule/transform.cc                      |  63 +++++++
 src/tir/schedule/transform.h                       |  13 ++
 src/tir/transforms/compact_buffer_region.cc        |  16 ++
 src/tir/transforms/storage_rewrite.cc              |   2 +
 .../python/relay/test_pass_flatten_atrous_conv.py  |  45 +++++
 .../python/unittest/test_tir_schedule_transform.py | 181 +++++++++++++++++++++
 .../test_tir_transform_compact_buffer_region.py    |  37 +++--
 .../unittest/test_tir_transform_storage_rewrite.py |  43 +++--
 12 files changed, 394 insertions(+), 47 deletions(-)
 copy python/tvm/tir/{usmp/analysis/analysis.py => schedule/transform.py} (51%)
 create mode 100644 tests/python/unittest/test_tir_schedule_transform.py

Reply via email to