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 140062705e Add docs of v0.15.0 and v0.16.0 (#17064)
add 2a62c72154 [FP8][Codegen] Add make_fp8 vector constructors (#17065)
add 4b8297480d [SME][TOPI] Add conv2d NHWC SME fp16->fp32 schedule (#17048)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 39 ++++++++---
python/tvm/topi/arm_cpu/arm_utils.py | 22 +++---
python/tvm/topi/arm_cpu/conv2d.py | 81 +++++++++++++++++++---
python/tvm/topi/arm_cpu/conv2d_alter_op.py | 28 ++++++++
python/tvm/topi/arm_cpu/conv2d_gemm.py | 11 +++
python/tvm/topi/nn/conv2d.py | 7 +-
src/target/source/codegen_cuda.cc | 25 ++++---
src/target/source/literal/cuda_half_t.h | 20 ++++++
.../python/codegen/test_target_codegen_cuda_fp8.py | 2 +-
tests/python/relay/strategy/arm_cpu/test_conv2d.py | 39 +++++++----
.../relay/strategy/test_select_implementation.py | 60 +++++++++++++---
tests/python/topi/test_topi_conv2d_nhwc.py | 15 ++--
12 files changed, 277 insertions(+), 72 deletions(-)