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 579d999653 [pytest] Don't return values from test_* functions (#14475)
add 25ec6460ce [TIR] Use same DataType of builtin::tvm_struct_set in C++
and Python (#14489)
add 9dcd40d61f [microNPU] Add support for ResizeNearestNeighbor with
half_pixel_centers=True (#14401)
add 4b6e635825 [LLVM] Add guard for #include
<llvm/Transforms/IPO/PassManagerBuilder.h> (#14469)
add deb11d384e [TIR] Use IRModuleNode::Remove to remove None in
PrimFuncPass (#14494)
add 73ca486d2d [LLVM] Add missing `override` to GetFormat and
GetPropertyMask (#14470)
add e51ba294d9 [ACL] Prevent offloading of per-channel quantized operators
(#14484)
add 287cd38651 [TIR] Improved SeqStmt::Flatten utility (#14497)
add 7a73254590 [Relay] Check if the attribute "name" exists before
accessing it (#14485)
add fd7e3643fb [QNN] Convert fake quantized take to quantized op (#14506)
add 6caf08589b [Test][Topi] Avoid depending on f32 rounding behavior for
crop_and_divide tests (#13773)
add 28206d89d7 [TIR] Merged kDeviceThreadAxis and
kUseDynamicSharedMemoryTag (#14495)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/function.h | 46 ++++++++++++++------
include/tvm/tir/stmt.h | 36 +++++++++++-----
python/tvm/relay/op/contrib/arm_compute_lib.py | 24 ++++++++++-
python/tvm/relay/op/contrib/ethosu.py | 15 +++++--
python/tvm/relay/qnn/op/_qnn.py | 6 ++-
.../transform/fake_quantization_to_integer.py | 11 +++++
python/tvm/tir/op.py | 2 +-
src/relay/backend/contrib/ethosu/source_module.cc | 4 +-
src/runtime/contrib/json/json_runtime.h | 2 +-
src/runtime/hexagon/hexagon_module.h | 2 +-
src/runtime/static_library.cc | 2 +-
src/target/build_common.h | 12 ++----
src/target/llvm/codegen_amdgpu.cc | 2 +
src/target/llvm/codegen_nvptx.cc | 2 +
src/target/llvm/llvm_module.cc | 2 +-
src/target/source/codegen_metal.cc | 22 +++-------
src/target/source/source_module.cc | 10 ++---
src/tir/ir/transform.cc | 11 +++--
src/tir/transforms/remap_thread_axis.cc | 27 ++++++------
src/tir/transforms/split_host_device.cc | 21 ++++++---
.../contrib/test_arm_compute_lib/test_add.py | 31 +++++++++++++-
.../contrib/test_arm_compute_lib/test_conv2d.py | 50 ++++++++++++++++++++++
.../contrib/test_arm_compute_lib/test_dense.py | 43 +++++++++++++++++++
tests/python/contrib/test_ethosu/test_codegen.py | 18 ++++++--
tests/python/contrib/test_ethosu/test_legalize.py | 18 +++++---
tests/python/relay/test_op_level5.py | 8 +++-
.../test_pass_fake_quantization_to_integer.py | 14 ++++++
.../python/unittest/test_tir_transform_helpers.py | 30 ++++++++++++-
tests/python/unittest/test_tvmscript_roundtrip.py | 36 +++++++++++++++-
29 files changed, 405 insertions(+), 102 deletions(-)