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/08/17 07:05:40 UTC

[tvm] branch last-successful updated (a1ddfb592f -> d2f9f254d2)

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 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(-)