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 03:35:12 UTC

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

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 1a9faeb77e [TVMScript] Printer IRDocsifier (#12396)
     add 247c54b97d Use std::make_unique instead of std::unique_ptr(new ...), NFC (#12459)
     add a1ddfb592f Remove uses of std::iterator, NFC (#12461)

No new revisions were added by this update.

Summary of changes:
 apps/cpp_rpc/win32_process.cc                            |  4 ++--
 include/tvm/runtime/logging.h                            |  3 +--
 include/tvm/support/span.h                               | 12 +++++++++---
 include/tvm/target/target_kind.h                         |  6 +++---
 src/relay/analysis/call_graph.cc                         |  2 +-
 src/runtime/contrib/edgetpu/edgetpu_runtime.cc           |  2 +-
 src/runtime/contrib/tflite/tflite_runtime.cc             |  2 +-
 src/runtime/graph_executor/debug/graph_executor_debug.cc |  4 ++--
 src/runtime/rpc/rpc_event_impl.cc                        |  2 +-
 src/runtime/rpc/rpc_pipe_impl.cc                         |  5 ++---
 src/runtime/rpc/rpc_socket_impl.cc                       |  8 +++-----
 src/runtime/thread_pool.cc                               |  9 ++++-----
 src/target/llvm/codegen_amdgpu.cc                        |  2 +-
 src/target/llvm/codegen_hexagon.cc                       |  2 +-
 src/target/llvm/codegen_nvptx.cc                         |  2 +-
 src/target/llvm/llvm_module.cc                           |  4 ++--
 src/tir/transforms/storage_rewrite.cc                    |  2 +-
 tests/cpp/aot_metadata_test.cc                           |  2 +-
 18 files changed, 37 insertions(+), 36 deletions(-)