You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jw...@apache.org on 2022/09/01 15:57:48 UTC

[tvm] branch main updated (32f9a5f4d4 -> effcd2251b)

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

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


    from 32f9a5f4d4 [MetaSchedule] Fix autoinline for single const consumer block (#12668)
     add effcd2251b Add methods to get and set late-bound constants. (#12664)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/vm/executable.h | 13 ++++++
 python/tvm/runtime/vm.py            | 10 +++++
 src/runtime/vm/executable.cc        | 24 ++++++++++-
 tests/python/relay/test_vm.py       | 80 +++++++++++++++++++++++++++++++++++++
 4 files changed, 126 insertions(+), 1 deletion(-)