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 57316dae14 [Web] Support string[] in setPackedFunc() and exceptionally
long arrays (#16910)
add 29534b70fa [SVE] Check for SVE target in VectorizeLoop (#16893)
add b0143d106f [CMAKE] Make LOG_BEFORE_THROW explicit (#16914)
add 342f4721c4 [Disco] Improve error message for CallPacked (#16919)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 11 +-
cmake/modules/LibInfo.cmake | 1 +
src/arith/analyzer.cc | 7 +-
src/arith/scalable_expression.cc | 9 ++
src/arith/scalable_expression.h | 6 +
src/runtime/disco/bcast_session.cc | 2 +-
src/support/libinfo.cc | 9 +-
src/tir/transforms/vectorize_loop.cc | 13 +-
.../tir-transform/test_tir_transform_vectorize.py | 152 +++++++++++++--------
9 files changed, 142 insertions(+), 68 deletions(-)