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 bd11e19490 Update tvmc_command_line_driver.py, modify the sentence,
remove the duplicate "as" (#17358)
add b8b5fb6a1c [IR] Expose ReplaceGlobalVars utility in the Python API
(#17361)
No new revisions were added by this update.
Summary of changes:
...{replace_global_var.h => replace_global_vars.h} | 10 +-
python/tvm/ir/module.py | 28 ++
...eplace_global_var.cc => replace_global_vars.cc} | 43 ++-
src/relax/transform/attach_global_symbol.cc | 4 +-
...eplace_global_var.cc => replace_global_vars.cc} | 23 +-
...eplace_global_var.cc => replace_global_vars.cc} | 20 +-
.../python/ir/test_transform_replace_global_var.py | 306 +++++++++++++++++++++
7 files changed, 418 insertions(+), 16 deletions(-)
rename include/tvm/ir/{replace_global_var.h => replace_global_vars.h} (85%)
rename src/ir/{replace_global_var.cc => replace_global_vars.cc} (55%)
rename src/relax/transform/{replace_global_var.cc => replace_global_vars.cc}
(72%)
rename src/tir/transforms/{replace_global_var.cc => replace_global_vars.cc}
(75%)
create mode 100644 tests/python/ir/test_transform_replace_global_var.py