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/06/11 19:32:16 UTC

[tvm] branch main updated (0df69611b2 -> 8f6543e9e6)

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 0df69611b2 [MetaSchedule] JSONDatabase Utilities (#11680)
     add 8f6543e9e6 [Relay] Finish implementations of WithFields (#11674)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/adt.h                      |  31 +---
 include/tvm/relay/expr.h                     | 173 ++++++---------------
 include/tvm/relay/expr_functor.h             |   2 +
 include/tvm/relay/function.h                 |  25 +---
 src/relay/backend/contrib/cutlass/codegen.cc |  11 +-
 src/relay/ir/expr.cc                         |  60 ++++++--
 tests/cpp/relay/with_fields_test.cc          | 215 +++++++++++++++++++++++++++
 7 files changed, 323 insertions(+), 194 deletions(-)
 create mode 100644 tests/cpp/relay/with_fields_test.cc