This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from a1ddfb592f Remove uses of std::iterator, NFC (#12461)
add d2f9f254d2 Use std::string_view, remove experimental or pre-14
variants, NFC (#12460)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/container/string.h | 35 +---------------------
python/setup.py | 5 +++-
python/tvm/contrib/cutlass/build.py | 2 +-
python/tvm/contrib/emcc.py | 2 +-
python/tvm/rpc/minrpc.py | 2 +-
tests/python/relay/test_pass_annotate_target.py | 2 +-
tests/python/relay/test_pass_partition_graph.py | 2 +-
tests/python/relay/utils/external_codegen.py | 2 +-
.../python/unittest/test_runtime_module_export.py | 2 +-
9 files changed, 12 insertions(+), 42 deletions(-)