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 19903157bb [Relay] Expose qnn ops directly from relay.qnn module
(#15928)
add 27f27120d8 Bump urllib3 from 1.26.15 to 1.26.18 in /apps/microtvm
(#15945)
add 698531e6d7 [CodeGenC][Redo] Handle GlobalVar callee as internal
function call (#15835)
add b7aada1441 [relay][frontend] aten::copy_ support for pytorch (#15502)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/poetry.lock | 18 ++-
python/tvm/relay/frontend/pytorch.py | 124 +++++++++++++++++
.../arm_cpu/mprofile/dsp/micro_kernel/avg_pool.py | 8 +-
.../topi/arm_cpu/mprofile/dsp/micro_kernel/gemm.py | 87 +++++++++---
.../arm_cpu/mprofile/dsp/micro_kernel/max_pool.py | 13 +-
.../arm_cpu/mprofile/dsp/micro_kernel/tensordot.py | 7 +-
.../backend/contrib/cmsisnn/tir_to_runtime.cc | 28 ++--
.../contrib/example_target_hooks/tir_to_runtime.cc | 26 +++-
src/relay/backend/contrib/uma/tir_to_runtime.cc | 34 +++--
src/target/opt/build_cuda_on.cc | 18 ++-
src/target/source/codegen_aocl.cc | 19 ++-
src/target/source/codegen_c.cc | 153 ++++++++++++++-------
src/target/source/codegen_c.h | 59 +++++++-
src/target/source/codegen_c_host.cc | 93 ++++++-------
src/target/source/codegen_c_host.h | 3 +-
src/target/source/codegen_cuda.cc | 4 +-
src/target/source/codegen_cuda.h | 2 +-
src/target/source/codegen_metal.cc | 89 ++++++------
src/target/source/codegen_metal.h | 3 +-
src/target/source/codegen_opencl.cc | 24 ++--
src/target/source/codegen_vhls.cc | 34 +++--
src/target/source/codegen_webgpu.cc | 79 +++++------
src/target/source/codegen_webgpu.h | 4 +-
src/target/source/source_module.cc | 6 +-
src/tir/op/op.cc | 26 ++++
tests/python/frontend/pytorch/test_forward.py | 26 ++++
.../relay/aot/test_crt_forward_declarations.py | 6 +-
.../topi/python/test_topi_conv2d_tensordot_opts.py | 28 +++-
.../python/unittest/test_target_codegen_c_host.py | 48 +++++--
.../test_tir_transform_inject_ptx_async_copy.py | 1 +
30 files changed, 761 insertions(+), 309 deletions(-)