You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2024/03/07 05:02:29 UTC

(tvm) branch nightly updated (22dd8d895a -> 6ca2341460)

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 22dd8d895a Minor update docs instructions (#16609)
     add a0f57a0570 [Relax] Eager free original weights in transform_params (#16674)
     add ad3722f7eb [skip ci] Fix wasm exception flag (#16683)
     add d284cf4212 [Relax][Frontend][NN] Add support for Conv3D (#16654)
     add 6ca2341460 [Relax] Remove the legalization of cumsum/cumprob (#16676)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/emcc.py                         |   2 +-
 python/tvm/relax/frontend/nn/modules.py            | 107 ++++++++++++++++++---
 python/tvm/relax/frontend/nn/op.py                 | 104 ++++++++++++++++++--
 python/tvm/relax/op/op_attrs.py                    |   5 +
 .../relax/transform/legalize_ops/statistical.py    |  14 ---
 src/relax/op/image/resize.cc                       |  20 +++-
 src/relax/transform/lift_transform_params.cc       |  48 +++++++++
 src/runtime/relax_vm/builtin.cc                    |   5 +
 tests/python/relax/test_frontend_nn_modules.py     |  33 +++++++
 tests/python/relax/test_frontend_nn_op.py          |   1 -
 .../python/relax/test_transform_convert_layout.py  |  62 +++++++++++-
 ...st_transform_legalize_ops_search_statistical.py |  69 -------------
 .../relax/test_transform_lift_transform_params.py  |  98 ++++++++++++++++++-
 13 files changed, 454 insertions(+), 114 deletions(-)