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 da2e89ac19 Fix GPU detection in PerStoreFeatureNode (#17593)
add 077e8ebc22 [Fix][KVCache] Fix incorrect tile size calculation (#17595)
add c4dc0c29ff [release] Update version to 0.19.0 on main branch
add 82863ff5bd [release] Update version to 0.20.dev0 on main branch
add d3a2ed68a4 [RUNTIME][OPENCL] Bugfix
add b09c9195b4 Fixed neg operator conversion
add 8b59368d55 Additional API support (#30)
add d6413548ab [RELAX][PASS] Convert layout pass and ops enhanced to
support sub indexing (#17568)
No new revisions were added by this update.
Summary of changes:
conda/recipe/meta.yaml | 2 +-
include/tvm/runtime/c_runtime_api.h | 2 +-
python/tvm/_ffi/libinfo.py | 2 +-
python/tvm/contrib/graph_executor.py | 35 +
python/tvm/relax/frontend/nn/llm/kv_cache.py | 6 +-
python/tvm/relax/frontend/onnx/onnx_frontend.py | 4 +-
python/tvm/script/ir_builder/tir/ir.py | 3 +-
src/relax/op/image/resize.cc | 4 +
src/relax/op/nn/convolution.cc | 75 +-
src/relax/op/nn/nn.cc | 26 +-
src/relax/op/nn/pooling.cc | 32 +
src/relax/op/op_common.cc | 22 +
src/relax/op/op_common.h | 10 +
src/relax/op/tensor/binary.cc | 15 +
src/relax/op/tensor/index.cc | 4 +
src/relax/op/tensor/manipulate.cc | 41 +-
src/relax/op/tensor/statistical.cc | 24 +-
src/relax/transform/convert_layout.cc | 40 +-
src/relax/transform/infer_layout_utils.cc | 35 +-
src/relax/transform/infer_layout_utils.h | 19 +
src/runtime/graph_executor/graph_executor.cc | 12 +
src/runtime/opencl/opencl_device_api.cc | 4 +-
.../python/relax/test_transform_convert_layout.py | 3090 +++++++++++++++++++-
tests/python/relay/test_backend_graph_executor.py | 6 +
version.py | 2 +-
web/package-lock.json | 4 +-
web/package.json | 2 +-
27 files changed, 3466 insertions(+), 55 deletions(-)