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/04/15 18:11:50 UTC

[incubator-tvm] branch master updated (f143881 -> e8138f7)

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

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


    from f143881  [PYTHON] Enhance with_attr API, cleanup MakeAPILegacy in testcases (#5335)
     add e8138f7  [TIR] Remove ProducerConsumer and AllocateNode::new_expr (#5333)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/stmt.h                             | 53 +-------------
 include/tvm/tir/stmt_functor.h                     |  4 --
 python/tvm/tir/__init__.py                         |  2 +-
 python/tvm/tir/stmt.py                             | 22 ------
 src/contrib/hybrid/codegen_hybrid.cc               |  4 --
 src/contrib/hybrid/codegen_hybrid.h                |  1 -
 src/target/llvm/codegen_amdgpu.cc                  | 82 +++++++++++-----------
 src/target/llvm/codegen_llvm.cc                    | 10 +--
 src/target/llvm/codegen_llvm.h                     |  1 -
 src/target/llvm/codegen_nvptx.cc                   | 82 +++++++++++-----------
 src/target/source/codegen_c.cc                     | 15 +---
 src/target/source/codegen_c.h                      |  1 -
 src/target/source/codegen_cuda.cc                  | 77 +++++++++-----------
 src/target/spirv/codegen_spirv.cc                  |  5 --
 src/target/spirv/codegen_spirv.h                   |  1 -
 src/target/stackvm/codegen_stackvm.cc              | 15 +---
 src/target/stackvm/codegen_stackvm.h               |  1 -
 src/te/schedule/schedule_ops.cc                    | 18 -----
 src/tir/analysis/verify_memory.cc                  | 33 +++------
 src/tir/ir/stmt.cc                                 | 37 +---------
 src/tir/ir/stmt_functor.cc                         | 27 +------
 src/tir/pass/inject_virtual_thread.cc              |  9 +--
 src/tir/pass/lift_attr_scope.cc                    |  3 +-
 src/tir/pass/remove_no_op.cc                       |  6 +-
 src/tir/pass/ssa.cc                                |  2 +-
 src/tir/pass/vectorize_loop.cc                     |  7 +-
 src/tir/pass/verify_gpu_code.cc                    | 44 ++++++------
 src/tir/transforms/lower_custom_datatypes.cc       |  6 +-
 .../transforms/lower_device_storage_access_info.cc | 17 ++---
 src/tir/transforms/lower_tvm_builtin.cc            |  1 -
 tests/python/unittest/test_te_build_lower.py       |  4 +-
 tests/python/unittest/test_te_hybrid_script.py     |  6 +-
 tests/python/unittest/test_te_schedule.py          |  8 +--
 tests/python/unittest/test_te_schedule_ops.py      |  4 +-
 .../python/unittest/test_te_schedule_tensorize.py  |  4 +-
 tests/python/unittest/test_te_tensor.py            |  6 +-
 tests/python/unittest/test_tir_constructor.py      |  4 --
 .../unittest/test_tir_pass_loop_partition.py       | 24 ++-----
 .../unittest/test_tir_transform_narrow_datatype.py |  2 +-
 vta/python/vta/ir_pass.py                          |  7 +-
 40 files changed, 196 insertions(+), 459 deletions(-)