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 54c3fb42a7 [Relax][PyTorch] Handle unknown output shapes for
_sym_size_int (#18521)
add d6e63342df [Bugfix] Prevent segfault when instantiating abstract
SearchStrategy (#18534)
add ec0026e0bc [Relax][PyTorch] Fix index_put with broadcast indices
(#18533)
No new revisions were added by this update.
Summary of changes:
.../search_strategy/search_strategy.py | 15 +++++
python/tvm/meta_schedule/tune_context.py | 9 +++
.../frontend/torch/base_fx_graph_translator.py | 3 +-
python/tvm/relax/op/manipulate.py | 2 +-
python/tvm/topi/index_put.py | 68 ++++++++++++++++++----
.../test_meta_schedule_search_strategy.py | 31 ++++++++++
.../relax/test_frontend_from_exported_program.py | 49 ++++++++++++++++
7 files changed, 163 insertions(+), 14 deletions(-)