You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/10/11 13:44:39 UTC

[tvm] branch main updated (74aa856 -> 0b91e53)

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

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


    from 74aa856  [DOCS] Fix installation from source link some text (#9238)
     add 0b91e53  Initial Implementation of TIRToRuntime Target hook (#9190)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/contrib/ExampleTargetHooks.cmake     |  2 +-
 include/tvm/target/target_kind.h                   | 28 ++++++++++
 src/driver/driver_api.cc                           | 28 +++++++++-
 .../contrib/example_target_hooks/relay_to_tir.cc   | 19 +++++--
 .../backend/contrib/example_target_hooks/target.cc | 30 +++++-----
 .../contrib/example_target_hooks/tir_to_runtime.cc | 64 ++++++++++++++++++++++
 src/target/codegen.cc                              |  5 ++
 src/target/source/codegen_c_host.h                 |  2 +-
 tests/python/relay/test_target_hooks.py            | 23 ++++++++
 9 files changed, 174 insertions(+), 27 deletions(-)
 copy include/tvm/relay/op.h => src/relay/backend/contrib/example_target_hooks/target.cc (62%)
 create mode 100644 src/relay/backend/contrib/example_target_hooks/tir_to_runtime.cc