You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2020/08/31 21:19:48 UTC

[incubator-tvm] branch master updated (1767b08 -> 66b7ddb)

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

marisa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 1767b08  [DOCKER] Fix Dockerfile.demo_android (#6361)
     add 66b7ddb  [TIR][Transform]Block scope hoisting added (#6238)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/build_module.py                  |   2 +-
 python/tvm/tir/transform/transform.py              |  24 +-
 src/tir/transforms/hoist_if_then_else.cc           | 165 +++++--
 .../python/unittest/test_tir_transform_hoist_if.py | 496 ++++++++++++++++++++-
 4 files changed, 629 insertions(+), 58 deletions(-)