You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/05 10:23:54 UTC

[tvm] branch last-successful updated (ceed331606 -> 41cfd3d92d)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from ceed331606 [LLVM] Support CodeGenBlob for large >2GB models on x86 (#10882)
     add 41cfd3d92d [TIR] Fix int32 vs int64 mismatch in For construct. (#10595)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/tir/scope_handler.py             | 18 ++++++++++++------
 python/tvm/te/hybrid/parser.py                     |  8 +++++++-
 python/tvm/tir/ir_builder.py                       | 22 +++++++++++++++++++++-
 python/tvm/topi/cuda/scan.py                       |  4 ++--
 python/tvm/topi/cuda/sort.py                       |  2 +-
 src/te/operation/op_utils.cc                       |  2 +-
 src/tir/ir/stmt.cc                                 | 20 ++++++++++++++++++++
 src/tir/schedule/primitive/cache_read_write.cc     |  2 +-
 src/tir/transforms/vectorize_loop.cc               |  3 ++-
 tests/python/unittest/test_tir_buffer.py           |  2 +-
 tests/python/unittest/test_tir_ir_builder.py       |  2 +-
 .../python/unittest/test_tir_transform_ir_utils.py |  4 ++--
 .../unittest/test_tir_transform_vectorize.py       | 10 ++++++++++
 13 files changed, 81 insertions(+), 18 deletions(-)