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

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


    omit 73a62f647f [TIR] Preserve AllocateNode::annotations (#15242)
    omit 2f7c097594 [TIR] Allow VerifyWellFormed to accept IRModule (#15247)
    omit 88701dc82a [Miscs] Enhance script about make release notes (#15234)
    omit 0bb390b272 [UnitTest][NVPTX] Avoid cascading failures from CUDA 
postproc (#15136)
    omit c928852d59 [#15157][Rust][Doc] Re-enable the Rust documentation build 
(#15213)
    omit 23fb568521 [CMAKE] Add Vulkan header for Android (#15229)
    omit 8f9f605dd5 [ARITH] Enhance buffer shape bound deduction to include 
offset (#15228)
    omit 516c56b46a [Web] Increase default EMCC compilation total memory size 
(#15218)
    omit 1d4829e430 [Android] ndk static build (#15215)
    omit 5dc25afc87 [microNPU][ETHOSU] Add Vela's logic to select configuration 
block (#15186)
    omit a60b815fe5 [TIR] Support cross-threaad reduction lowering with 
thread-broadcasting rewrite (#15192)
    omit b160cb1a10 Update version to 0.14.dev0 on main branch (#15208)
    omit 03ef29e8ad [TIR][Schedule] Derive Nonnegative Bounds from Shape Var 
(#15210)
    omit f14c61f0d1 [AOT] Remove workaround to help resolve test flakiness 
(#15181)
    omit 5931cf10eb [TIR][Transform] Add LiftThreadBinding Pass (#15207)
    omit fb64be3f78 [ARITH] Allow Analyzer to MarkGlobalNonNegValue (#15193)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/rc-v0.13.0 (683dfb0c04)
            \
             O -- O -- O   (73a62f647f)

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:
 cmake/utils/FindVulkan.cmake                       |  57 +++---
 conda/recipe/meta.yaml                             |   2 +-
 docs/reference/api/links.rst                       |   1 -
 include/tvm/arith/analyzer.h                       |  16 --
 include/tvm/runtime/c_runtime_api.h                |   2 +-
 include/tvm/tir/transform.h                        |   6 -
 include/tvm/tir/var.h                              |   6 -
 python/tvm/_ffi/libinfo.py                         |   2 +-
 python/tvm/contrib/emcc.py                         |   1 -
 python/tvm/contrib/ndk.py                          |  55 ------
 .../tvm/relay/backend/contrib/ethosu/vela_api.py   |  86 +--------
 python/tvm/testing/aot.py                          |  10 +-
 python/tvm/tir/analysis/analysis.py                |   8 +-
 python/tvm/tir/transform/transform.py              |  11 --
 src/arith/analyzer.cc                              |  51 ------
 src/arith/const_int_bound.cc                       |  38 +---
 src/arith/ir_mutator_with_analyzer.cc              |   9 -
 src/arith/ir_mutator_with_analyzer.h               |   8 -
 src/arith/product_normal_form.h                    |  18 --
 src/driver/driver_api.cc                           |   1 -
 src/meta_schedule/postproc/verify_gpu_code.cc      |   1 -
 src/tir/analysis/verify_well_formed.cc             |  25 +--
 src/tir/ir/expr.cc                                 |   8 +-
 src/tir/schedule/primitive/compute_at.cc           |  15 --
 src/tir/transforms/flatten_buffer.cc               |   1 -
 src/tir/transforms/inject_double_buffer.cc         |   4 +-
 src/tir/transforms/ir_utils.cc                     |   3 +-
 src/tir/transforms/lift_thread_binding.cc          | 195 ---------------------
 src/tir/transforms/lower_cross_thread_reduction.cc | 158 ++---------------
 src/tir/transforms/lower_custom_datatypes.cc       |   2 +-
 src/tir/transforms/lower_thread_allreduce.cc       |   2 +-
 src/tir/transforms/lower_warp_memory.cc            |   2 +-
 src/tir/transforms/simplify.cc                     |  21 ++-
 src/tir/transforms/update_pointer_storage_scope.cc |   9 +-
 tests/python/contrib/test_ethosu/test_networks.py  |   4 +-
 .../contrib/test_ethosu/test_replace_conv2d.py     |  14 +-
 tests/python/contrib/test_ethosu/test_vela_api.py  |  50 ------
 .../python/unittest/test_arith_const_int_bound.py  |  17 --
 .../test_tir_analysis_verify_well_formed.py        |   1 -
 .../unittest/test_tir_schedule_compute_at.py       |  69 --------
 .../test_tir_transform_inject_ptx_async_copy.py    |  97 +++++-----
 .../test_tir_transform_lift_thread_binding.py      | 139 ---------------
 ...t_tir_transform_lower_cross_thread_reduction.py | 174 ------------------
 .../python/unittest/test_tir_transform_simplify.py |  24 ---
 tests/scripts/release/README.md                    |   2 -
 tests/scripts/release/gather_prs.py                |  22 +--
 tests/scripts/release/make_notes.py                |  12 +-
 tests/scripts/task_python_docs.sh                  |   4 +-
 version.py                                         |   2 +-
 web/package.json                                   |   2 +-
 50 files changed, 154 insertions(+), 1313 deletions(-)
 delete mode 100644 src/tir/transforms/lift_thread_binding.cc
 delete mode 100644 
tests/python/unittest/test_tir_transform_lift_thread_binding.py

Reply via email to