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 2022/06/24 07:05:30 UTC

[tvm] branch last-successful updated (b4c0bf7419 -> d2cbdf381b)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from b4c0bf7419 [LLVM] Register factory function for CodeGenCPU (#11852)
     add 4cb18b43d1 add glu (#11865)
     add d2cbdf381b [MetaSchedule] Introduce ArgInfo::FromEntryFunc (#11866)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/arg_info.h               |  8 ++++++++
 python/tvm/meta_schedule/arg_info.py               | 19 +++++++++++++++++
 python/tvm/relay/frontend/pytorch.py               | 12 +++++++++++
 src/meta_schedule/arg_info.cc                      | 10 +++++++++
 src/meta_schedule/database/database.cc             |  8 +-------
 .../search_strategy/evolutionary_search.cc         | 24 ++++++++--------------
 src/meta_schedule/search_strategy/replay_func.cc   |  6 ++----
 src/meta_schedule/search_strategy/replay_trace.cc  |  9 ++++----
 tests/python/frontend/pytorch/test_forward.py      |  8 ++++++++
 9 files changed, 73 insertions(+), 31 deletions(-)