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/05/02 17:29:47 UTC

[tvm] branch last-successful updated (b6b0bafdef -> 8eae317d28)

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 b6b0bafdef [Relay] Create header file for realize.cc (#11093)
     add 8eae317d28 Remove support for run-time linked-params from codegen (#11144)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/module.h                            | 35 ----------
 include/tvm/tir/function.h                         | 10 ---
 src/ir/module.cc                                   |  7 --
 src/target/llvm/codegen_hexagon.cc                 | 19 ------
 src/target/llvm/codegen_llvm.cc                    | 74 +---------------------
 src/target/llvm/codegen_llvm.h                     | 20 ------
 src/target/llvm/llvm_module.cc                     | 19 +-----
 src/target/source/codegen_c_host.cc                |  1 -
 .../python/unittest/test_target_codegen_hexagon.py | 61 ------------------
 9 files changed, 2 insertions(+), 244 deletions(-)