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 d9f0838dad [KVCache] Fix kernel dispatch based on attention kinds
(#18122)
add 79368cea1a [Relax][ONNX][Transform] Add mode choice, new mode, and
warning for take() (#18061)
add c6969d7238 [Refactor] Build cython with isolate environment (#18124)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +-
include/tvm/relax/attrs/index.h | 7 ++-
include/tvm/topi/transform.h | 39 +++++++++++-
python/setup.py | 1 -
python/tvm/relax/op/index.py | 10 ++-
python/tvm/relax/transform/legalize_ops/index.py | 8 +--
python/tvm/topi/transform.py | 11 ++--
src/relax/op/tensor/index.cc | 9 ++-
src/relax/op/tensor/index.h | 3 +-
tests/python/relax/test_op_take.py | 80 ++++++++++++++++++++++++
10 files changed, 148 insertions(+), 22 deletions(-)