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

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


    from fd4a08d5c5 [Relax][Frontend][ONNX] Fix `FastGelu` when bias does not 
set (#18358)
     add cc9bd00d97 [FFI] Bump tvm-ffi dependency (#18370)
     add 2fd72ab29f [TE] [FFI] Fix broken axis/reduce_axis properties in 
BaseComputeOp and ScanOp after FFI refactoring (#18375)

No new revisions were added by this update.

Summary of changes:
 3rdparty/tvm-ffi                                          |  2 +-
 include/tvm/ir/name_supply.h                              |  6 ++++++
 include/tvm/meta_schedule/database.h                      |  2 ++
 include/tvm/meta_schedule/feature_extractor.h             |  5 ++++-
 include/tvm/meta_schedule/measure_callback.h              |  5 ++++-
 include/tvm/meta_schedule/mutator.h                       |  3 ++-
 include/tvm/meta_schedule/postproc.h                      |  5 ++++-
 include/tvm/meta_schedule/profiler.h                      |  4 ++--
 include/tvm/meta_schedule/runner.h                        |  9 +++++++++
 include/tvm/meta_schedule/schedule_rule.h                 |  5 ++++-
 include/tvm/meta_schedule/search_strategy.h               |  2 ++
 include/tvm/meta_schedule/space_generator.h               |  2 ++
 include/tvm/relax/nested_msg.h                            | 10 +++++++++-
 include/tvm/runtime/data_type.h                           |  4 ++++
 include/tvm/runtime/tensor.h                              |  1 +
 include/tvm/tir/block_scope.h                             |  3 ++-
 include/tvm/tir/schedule/schedule.h                       |  6 ++++--
 python/tvm/te/tensor.py                                   | 15 ---------------
 python/tvm/testing/_ffi_api.py                            |  3 +++
 src/arith/presburger_set.cc                               |  1 +
 src/ir/name_supply.cc                                     |  1 +
 src/meta_schedule/measure_callback/add_to_database.cc     |  7 +++++++
 .../measure_callback/remove_build_artifact.cc             |  7 +++++++
 src/meta_schedule/measure_callback/update_cost_model.cc   |  7 +++++++
 .../postproc/disallow_async_strided_mem_copy.cc           |  7 +++++++
 src/meta_schedule/postproc/disallow_dynamic_loop.cc       |  7 +++++++
 src/meta_schedule/postproc/rewrite_cooperative_fetch.cc   |  1 +
 src/meta_schedule/postproc/rewrite_layout.cc              |  7 +++++++
 .../postproc/rewrite_parallel_vectorize_unroll.cc         |  7 +++++++
 src/meta_schedule/postproc/rewrite_reduction_block.cc     |  4 ++--
 src/meta_schedule/postproc/rewrite_tensorize.cc           |  4 ++--
 src/meta_schedule/postproc/verify_gpu_code.cc             |  7 +++++++
 src/meta_schedule/postproc/verify_vtcm_limit.cc           |  7 +++++++
 src/meta_schedule/runner/runner.cc                        |  1 +
 .../schedule_rule/multi_level_tiling_tensor_core.cc       | 14 ++++++++++++++
 .../schedule_rule/multi_level_tiling_wide_vector.cc       |  7 +++++++
 .../schedule_rule/multi_level_tiling_with_intrin.cc       |  6 ++++++
 src/meta_schedule/search_strategy/replay_func.cc          |  3 ++-
 src/meta_schedule/space_generator/post_order_apply.cc     |  3 ++-
 src/meta_schedule/space_generator/schedule_fn.cc          |  6 ++++--
 src/relax/ir/block_builder.cc                             |  1 +
 src/relax/ir/py_expr_functor.cc                           |  1 +
 src/relax/transform/fold_constant.cc                      |  2 +-
 src/runtime/contrib/random/mt_random_engine.cc            |  9 +++++----
 src/runtime/disco/distributed/socket_session.cc           |  1 +
 src/runtime/disco/process_session.cc                      |  1 +
 src/runtime/disco/session.cc                              |  2 ++
 src/runtime/disco/threaded_session.cc                     |  6 ++++++
 src/runtime/profiling.cc                                  |  3 +++
 src/runtime/rpc/rpc_session.cc                            |  3 +++
 src/runtime/vm/builtin.cc                                 |  2 +-
 src/tir/ir/py_functor.cc                                  |  6 ++++--
 src/tir/schedule/concrete_schedule.h                      |  3 ++-
 src/tir/schedule/schedule.cc                              |  2 ++
 src/tir/schedule/traced_schedule.h                        |  3 ++-
 tests/python/tir-base/test_tir_ptx_cp_async.py            |  3 ++-
 .../test_tir_transform_inject_ptx_async_copy.py           |  1 +
 web/emcc/wasm_runtime.cc                                  |  2 +-
 58 files changed, 210 insertions(+), 47 deletions(-)

Reply via email to