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 b00fc55654 [CI] Enable Conda setup v3 (#16942)
add e10cdc5d4c [tir][Compute-at] Make compute-ated block simple when the
predicate could be merged (#16945)
add 2d7663ceeb [CI] Use LLVM17 for tests on `ci_cpu` (#16931)
add dd09c85f87 [CI] Update image tag to 20240428-060115-0b09ed018 (#16948)
add c0385c7523 [Runtime] Allow offset to be specified in
NDArray::CreateView (#16938)
add b4a69de47b Enable gemv schedule for adreno (#16932)
add 114ad70a22 [TOPI] Revert unification of conv2d NHWC hybrid scheduling
for `arm_cpu` targets (#16951)
add c8deb7fa36 Overriding the StructuralEqual() for easy usage (#16908)
No new revisions were added by this update.
Summary of changes:
ci/jenkins/docker-images.ini | 20 +-
include/tvm/node/structural_equal.h | 4 +-
include/tvm/runtime/ndarray.h | 20 +-
python/tvm/dlight/gpu/gemv.py | 198 ++++++++-
python/tvm/dlight/gpu/matmul.py | 2 +-
python/tvm/runtime/ndarray.py | 25 +-
python/tvm/topi/arm_cpu/conv2d_gemm.py | 21 +-
src/node/structural_equal.cc | 5 +-
src/runtime/ndarray.cc | 70 ++--
src/tir/schedule/primitive/compute_at.cc | 4 +
src/tir/schedule/primitive/decompose_padding.cc | 9 -
tests/micro/zephyr/test_zephyr.py | 2 +-
.../metaschedule_e2e/test_resnet50_fp16.py | 2 +-
.../metaschedule_e2e/test_resnet50_int8.py | 4 +-
.../contrib/test_hexagon/test_meta_schedule.py | 10 +-
.../test_hexagon/topi/slice_op/test_cast_slice.py | 4 +-
tests/python/dlight/test_gpu_gemv.py | 450 +++++++++++++++++----
tests/python/dlight/test_gpu_matmul.py | 12 +-
tests/python/relax/test_codegen_cudnn.py | 1 +
tests/python/relay/test_op_level2.py | 10 +
tests/python/runtime/test_runtime_nd_array.py | 253 ++++++++++++
.../tir-schedule/test_tir_schedule_compute_at.py | 74 ++++
tests/python/topi/test_topi_conv2d_nhwc.py | 1 +
tests/scripts/task_config_build_cpu.sh | 2 +-
24 files changed, 1048 insertions(+), 155 deletions(-)
create mode 100644 tests/python/runtime/test_runtime_nd_array.py