You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/12/14 07:48:13 UTC

[tvm] branch main updated (c547bbb13d -> c6652bca87)

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

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


    from c547bbb13d [Relay][Frontend][Onnx] SequenceAt and SplitToSequence Operators (#13602)
     add c6652bca87 [Relay][TIR] Add utility to lower Relay func to TIR prim func (#13606)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/backend/te_compiler.py            | 23 +++++++++
 src/relay/backend/task_extraction.cc               |  6 +--
 src/relay/backend/te_compiler_cache.cc             | 27 +++++++++++
 src/relay/backend/te_compiler_cache.h              | 20 ++++++--
 ...sform_plan_update_buffer_allocation_location.py | 56 ++++++++++++++++++++++
 5 files changed, 124 insertions(+), 8 deletions(-)