You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/04/28 15:51:13 UTC

[tvm] branch main updated (2129f88 -> aa2b096)

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 2129f88  [DOCS] Remove stale Auto TensorCore CodeGen tutorial (#7924)
     add aa2b096  [RUNTIME][BUGFIX] Fix DSO module problem when its parent get destructed. (#7918)

No new revisions were added by this update.

Summary of changes:
 src/runtime/library_module.cc                      |  37 ++++---
 src/runtime/stackvm/stackvm_module.cc              |   2 -
 src/target/codegen.cc                              | 119 +++++++++++++++++----
 .../test_runtime_module_based_interface.py         |  29 +++--
 .../python/unittest/test_runtime_module_export.py  |  27 +++--
 5 files changed, 158 insertions(+), 56 deletions(-)