This is an automated email from the ASF dual-hosted git repository.
mousius pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from e8ba1dc4cc [CI] Update Docker Image tag to 20221013-060115-61c9742ea
(#13078)
add 3f0d3f24b7 [AOT] Sanitize input/output name in runtime (#13046)
No new revisions were added by this update.
Summary of changes:
.../libtorch_runtime.h => name_transforms.h} | 21 ++++++-----
python/tvm/relay/backend/name_transforms.py | 11 ------
python/tvm/relay/frontend/tflite.py | 2 +-
.../__init__.py => runtime/name_transforms.py} | 19 ++++++----
src/relay/backend/aot/aot_lower_main.cc | 5 +--
src/relay/backend/aot_executor_codegen.cc | 3 +-
src/relay/backend/name_transforms.cc | 12 +------
src/relay/backend/name_transforms.h | 7 ----
src/relay/transforms/partition_graph.cc | 5 +--
src/runtime/aot_executor/aot_executor.cc | 11 +++---
.../helper_cuda_kernels.h => name_transforms.cc} | 31 ++++++++--------
src/target/source/interface_c.cc | 1 +
src/target/source/source_module.cc | 9 ++---
tests/cpp/name_transforms_test.cc | 1 +
tests/python/relay/aot/test_cpp_aot.py | 41 +++++++++++++++++++++-
tests/python/relay/test_name_transforms.py | 4 +--
16 files changed, 106 insertions(+), 77 deletions(-)
copy include/tvm/runtime/{contrib/libtorch_runtime.h => name_transforms.h}
(65%)
copy python/tvm/{script/printer/__init__.py => runtime/name_transforms.py}
(73%)
copy src/runtime/{contrib/curand/helper_cuda_kernels.h => name_transforms.cc}
(64%)