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

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


    from 03d989f441 [Adreno] Adapt reduction schedule for adreno (#13100)
     add c302b3dce3 [AOT] Add CreateFunctionMetadata analysis pass (#13095)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/analysis.h                         |   7 +
 python/tvm/ir/memory_pools.py                      |  52 ++++
 python/tvm/relay/backend/aot.py                    |  26 ++
 src/relay/backend/aot/create_function_metadata.cc  | 125 +++++++++
 src/relay/backend/aot/create_function_metadata.h   |  49 ++++
 src/tir/usmp/utils.cc                              |   6 +-
 .../relay/aot/test_aot_create_function_metadata.py | 302 +++++++++++++++++++++
 7 files changed, 564 insertions(+), 3 deletions(-)
 create mode 100644 src/relay/backend/aot/create_function_metadata.cc
 create mode 100644 src/relay/backend/aot/create_function_metadata.h
 create mode 100644 tests/python/relay/aot/test_aot_create_function_metadata.py

Reply via email to