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

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


 discard fbc6d16f68 fix
     add 52c3d84040 [TIR] Handle DeclBuffer in StorageRewrite (#15051)
     add 9e265ff5f0 [Bugfix][Relay][keras] Fix the bug about the attribute 
'output_padding' in Deconv (#15060)

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   (fbc6d16f68)
            \
             N -- N -- N   refs/heads/submod-recursive (9e265ff5f0)

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:
 ci/jenkins/generated/arm_jenkinsfile.groovy        |  4 +-
 ci/jenkins/generated/cortexm_jenkinsfile.groovy    |  4 +-
 ci/jenkins/generated/cpu_jenkinsfile.groovy        |  4 +-
 ci/jenkins/generated/docker_jenkinsfile.groovy     |  4 +-
 ci/jenkins/generated/gpu_jenkinsfile.groovy        |  4 +-
 ci/jenkins/generated/hexagon_jenkinsfile.groovy    |  4 +-
 ci/jenkins/generated/i386_jenkinsfile.groovy       |  4 +-
 ci/jenkins/generated/lint_jenkinsfile.groovy       |  4 +-
 .../generated/minimal_cross_isa_jenkinsfile.groovy |  4 +-
 ci/jenkins/generated/minimal_jenkinsfile.groovy    |  4 +-
 ci/jenkins/generated/riscv_jenkinsfile.groovy      |  4 +-
 ci/jenkins/generated/wasm_jenkinsfile.groovy       |  4 +-
 ci/jenkins/templates/utils/Prepare.groovy.j2       |  2 +-
 python/tvm/relay/frontend/keras.py                 |  4 ++
 src/tir/transforms/storage_rewrite.cc              | 70 ++++++++++++++++------
 tests/python/frontend/keras/test_forward.py        |  6 ++
 .../unittest/test_tir_transform_storage_rewrite.py | 66 ++++++++++++++++++++
 17 files changed, 152 insertions(+), 44 deletions(-)

Reply via email to