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 a309b6b857 [Thrust] Use pointer to tls pool to prevent creating new
pool (#16856)
add 4d4f0508a2 [SVE] Support scalable vectors in LoopVectorizer (#16782)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/data_type.h | 4 +-
include/tvm/tir/op.h | 11 +-
src/tir/ir/expr.cc | 13 +-
src/tir/transforms/vectorize_loop.cc | 187 +++++++----
.../tir-transform/test_tir_transform_vectorize.py | 361 ++++++++++++++++-----
5 files changed, 428 insertions(+), 148 deletions(-)