You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/11 00:10:09 UTC

[incubator-tvm] branch main updated (17607a3 -> aea74f0)

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

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


    from 17607a3  Fix bug of generate-unmatched-brackets in CodeGenC::PrintSSAAssign (#6887)
     add aea74f0  [TIR] Add spans to all ExprNodes (#6860)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/expr.h           |  21 ++--
 include/tvm/tir/buffer.h        |  10 +-
 include/tvm/tir/expr.h          |  74 ++++++-----
 include/tvm/tir/function.h      |   3 +-
 include/tvm/tir/stmt.h          |  57 ++++++---
 include/tvm/tir/var.h           |  19 ++-
 python/tvm/tir/expr.py          | 268 ++++++++++++++++++++++++++++------------
 python/tvm/tir/function.py      |  14 ++-
 python/tvm/tir/stmt.py          | 107 +++++++++++-----
 src/ir/expr.cc                  |  20 +--
 src/target/llvm/codegen_llvm.cc |   2 +-
 src/tir/ir/buffer.cc            |   9 +-
 src/tir/ir/expr.cc              | 225 +++++++++++++++++++++------------
 src/tir/ir/function.cc          |   7 +-
 src/tir/ir/stmt.cc              | 119 +++++++++++-------
 src/tir/op/op.cc                |   4 +
 16 files changed, 635 insertions(+), 324 deletions(-)