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 0b09ed0185 [3rdparty] Bump FlashInfer for sampling functions (#16935)
add b54f57aa72 [TFLite] Add support for GELU conversion (#16936)
add 081c23becf [Relax] Allow PrimValue as index in relax.op.take (#16940)
add b00fc55654 [CI] Enable Conda setup v3 (#16942)
No new revisions were added by this update.
Summary of changes:
.github/actions/setup/action.yml | 12 +-
.github/workflows/main.yml | 16 +--
apps/ios_rpc/CMakeLists.txt | 3 +-
conda/build-environment.yaml | 2 +-
conda/recipe/conda_build_config.yaml | 4 +-
conda/recipe/meta.yaml | 5 +
include/tvm/relax/block_builder.h | 2 +-
include/tvm/topi/transform.h | 43 ++++--
python/tvm/relay/frontend/tflite.py | 21 +++
src/relax/ir/block_builder.cc | 2 +-
src/relax/op/op_common.cc | 52 +++++--
src/relax/op/op_common.h | 21 +++
src/relax/op/tensor/index.cc | 26 +++-
tests/python/frontend/tflite/test_forward.py | 19 ++-
tests/python/relax/test_op_index.py | 18 +++
tests/python/relax/test_op_take.py | 158 +++++++++++++++++++++
..._transform_legalize_ops_index_linear_algebra.py | 97 +++++++++++++
17 files changed, 447 insertions(+), 54 deletions(-)
create mode 100644 tests/python/relax/test_op_take.py