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 4d7e93cd7c [TIR] Output DeclBuffer in LowerThreadAllreduce (#15646)
add d8136fbaa1 [Relay][Bugfix] Fix the wrong implementation about operator
Threshold in oneflow (#15715)
add e3055c1970 [TFLite][Frontend] Support quantized floor_div (#15724)
add e88d0d4be1 Revert "[CodeGenC] Handle GlobalVar callee as internal
function call" (#15725)
add 7fd4704003 fix _convert_simple_rnn (#15723)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/keras.py | 25 ++--
python/tvm/relay/frontend/oneflow.py | 15 +-
python/tvm/relay/frontend/tflite.py | 6 +-
.../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 | 77 ++++++-----
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/keras/test_forward.py | 11 ++
tests/python/frontend/oneflow/test_forward.py | 15 ++
tests/python/frontend/tflite/test_forward.py | 13 +-
.../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 -
33 files changed, 360 insertions(+), 615 deletions(-)