You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/09/27 08:56:49 UTC

[tvm] branch main updated (b61f633e10 -> 7a4c10c44a)

This is an automated email from the ASF dual-hosted git repository.

mousius pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from b61f633e10 [TVM PyTorch Integration] optimized_torch & as_torch how-to guide (#12318)
     add 7a4c10c44a [TIR][Transform] Remove num_unpacked_args from MakePackedAPI (#12892)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/transform.h                        |   9 +-
 python/tvm/tir/transform/transform.py              |  11 +--
 src/driver/driver_api.cc                           |   2 +-
 src/tir/transforms/make_packed_api.cc              | 109 +++++++--------------
 .../unittest/test_tir_transform_make_packed_api.py |   5 +-
 5 files changed, 46 insertions(+), 90 deletions(-)