This is an automated email from the ASF dual-hosted git repository.
lunderberg pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 94f4e25a40 [TIR] Handle subroutine calls in MakeUnpackedAPI (#14914)
add 5fd49f78ad [TIR] Restrict tir.transform.CombineContextCall to host
functions (#14945)
No new revisions were added by this update.
Summary of changes:
include/tvm/target/target.h | 10 ++
src/target/target.cc | 5 +
src/tir/transforms/combine_context_call.cc | 7 +-
src/tir/transforms/ir_utils.cc | 10 ++
src/tir/transforms/ir_utils.h | 12 +++
.../test_tir_transform_combine_context_call.py | 102 +++++++++++++++++----
6 files changed, 124 insertions(+), 22 deletions(-)