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

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


    from 51e2df1  [UnitTests] Removed unnecessary file creation from unit 
tests. (#7998)
     add c069049  Improved MLF to contain workspace info (#7938)

No new revisions were added by this update.

Summary of changes:
 python/tvm/micro/model_library_format.py           |  95 ++++++++++-
 python/tvm/relay/backend/executor_factory.py       |  12 +-
 python/tvm/relay/build_module.py                   |  12 +-
 src/relay/backend/aot_executor_codegen.cc          |  87 +++++++++-
 src/relay/backend/build_module.cc                  |   8 +
 src/relay/backend/graph_executor_codegen.cc        | 187 +++++++++++++++++++--
 src/relay/backend/utils.cc                         |  59 +++++++
 src/relay/backend/utils.h                          |  32 ++++
 src/tir/analysis/calculate_workspace.cc            |   7 +-
 .../unittest/test_micro_model_library_format.py    | 131 +++++++++++++--
 10 files changed, 587 insertions(+), 43 deletions(-)
 create mode 100644 src/relay/backend/utils.cc

Reply via email to