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 54a62c1b53 [Fix][TIR] SampleCategorical apply-to-schedule (#14133)
add 74603eeac3 [Arith] ConstIntBound was incorrectly assuming bounds were
over int64… (#13918)
add 0e046daf9e [CMSIS-NN] Reduction in code size of AOT test runner binary
(#13815)
add 77df6e8d7c [CMSIS-NN] Add a runtime error message (#13643)
add bf589f3d11 [CRT]Cleanup unused macros in crt_config.h.template (#14125)
add 663f7ae77b [Fix][Relay] Fix axis transformation in squeeze shape
function (#14135)
add 4d152fe7c2 [Unittest] merge test_cp_async_in_if_then_else into
test_tir_transform_inject_ptx_async_copy (#14138)
add 2feb243bb7 [Frontend][TFLite] Fix conv2d import bug (#14124)
add 6097df5307 [ONNX][TORCH] Replace scatter op by scatter_elements
(#14019)
add 2b2cb96733 [TVMScript][Printer] Remove relax prefix for now (#14140)
No new revisions were added by this update.
Summary of changes:
cmake/utils/CRTConfig.cmake | 3 -
include/tvm/node/script_printer.h | 2 -
include/tvm/relay/attrs/transform.h | 8 -
python/tvm/relay/frontend/oneflow.py | 2 +-
python/tvm/relay/frontend/onnx.py | 40 +-
python/tvm/relay/frontend/paddlepaddle.py | 10 +-
python/tvm/relay/frontend/pytorch.py | 59 ++-
python/tvm/relay/frontend/pytorch_utils.py | 2 +-
python/tvm/relay/frontend/tflite.py | 7 +-
python/tvm/relay/op/_transform.py | 14 +-
python/tvm/relay/op/op_attrs.py | 5 -
python/tvm/relay/op/strategy/cuda.py | 30 +-
python/tvm/relay/op/strategy/generic.py | 22 +-
python/tvm/relay/op/strategy/rocm.py | 14 +-
python/tvm/relay/op/transform.py | 25 --
python/tvm/relay/transform/mixed_precision.py | 2 +
python/tvm/runtime/script_printer.py | 57 +--
python/tvm/testing/aot.py | 67 +++-
.../dsp/micro_kernel/multi_channel_convolve.py | 58 +--
python/tvm/topi/cuda/scatter.py | 440 +--------------------
python/tvm/topi/generic/search.py | 16 -
python/tvm/topi/scatter.py | 183 +--------
src/node/script_printer.cc | 4 +-
.../backend/contrib/cmsisnn/compiler_attrs.cc | 2 +
src/relay/backend/contrib/cmsisnn/compiler_attrs.h | 4 +
src/relay/backend/contrib/cmsisnn/target.cc | 1 +
.../backend/contrib/cmsisnn/tir_to_runtime.cc | 59 ++-
src/relay/op/tensor/transform.cc | 49 ---
src/runtime/crt/crt_config.h.template | 9 -
src/script/printer/utils.h | 10 +-
src/tir/transforms/lower_intrin.cc | 10 +-
...{test_remove_reshapes.py => test_last_error.py} | 139 ++++---
tests/python/contrib/test_cmsisnn/utils.py | 6 +-
tests/python/frontend/pytorch/test_forward.py | 7 +-
tests/python/frontend/tflite/test_forward.py | 175 ++------
tests/python/relay/aot/corstone300.mk | 26 +-
tests/python/relay/test_any.py | 14 +
tests/python/relay/test_op_floordiv.py | 117 ++++++
tests/python/relay/test_op_level3.py | 4 +-
tests/python/topi/python/test_topi_transform.py | 1 -
.../unittest/test_cp_async_in_if_then_else.py | 238 -----------
.../test_tir_transform_inject_ptx_async_copy.py | 214 ++++++++++
42 files changed, 755 insertions(+), 1400 deletions(-)
copy tests/python/contrib/test_cmsisnn/{test_remove_reshapes.py =>
test_last_error.py} (53%)
create mode 100644 tests/python/relay/test_op_floordiv.py
delete mode 100644 tests/python/unittest/test_cp_async_in_if_then_else.py