This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 5051943  [TVMC] 'tvmc run' --rpc-tracker and --rpc-tracker fail due to 
argparse misconfiguration (#6762)
     add 8695a57  More CHECK to ICHECK (#6758)

No new revisions were added by this update.

Summary of changes:
 apps/cpp_rpc/main.cc                         |   2 +-
 apps/cpp_rpc/rpc_env.cc                      |   2 +-
 apps/cpp_rpc/rpc_server.cc                   |  18 +-
 apps/cpp_rpc/rpc_tracker_client.h            |  14 +-
 apps/extension/src/tvm_ext.cc                |   6 +-
 apps/howto_deploy/cpp_deploy.cc              |   6 +-
 apps/ios_rpc/tvmrpc/TVMRuntime.mm            |   2 +-
 apps/ios_rpc/tvmrpc/ViewController.mm        |   4 +-
 docs/contribute/error_handling.rst           |   4 +-
 docs/dev/convert_layout.rst                  |   2 +-
 docs/dev/pass_infra.rst                      |   6 +-
 docs/dev/relay_bring_your_own_codegen.rst    |  12 +-
 nnvm/include/nnvm/graph.h                    |   4 +-
 nnvm/include/nnvm/layout.h                   |  40 ++--
 nnvm/include/nnvm/op.h                       |  12 +-
 nnvm/include/nnvm/tuple.h                    |   4 +-
 nnvm/src/core/graph.cc                       |  10 +-
 nnvm/src/core/op.cc                          |   2 +-
 nnvm/src/core/pass.cc                        |   2 +-
 nnvm/src/core/symbolic.cc                    |  22 +-
 nnvm/src/pass/correct_layout.cc              |  12 +-
 nnvm/src/pass/gradient.cc                    |  16 +-
 nnvm/src/pass/graph_algorithm.h              |  10 +-
 nnvm/src/pass/infer_shape_type.cc            |  24 +--
 nnvm/src/pass/place_device.cc                |  12 +-
 nnvm/src/pass/plan_memory.cc                 |   4 +-
 nnvm/src/pass/print_graph_ir.cc              |   2 +-
 nnvm/src/pass/saveload_json.cc               |  18 +-
 nnvm/tests/cpp/op_test.cc                    |   2 +-
 nnvm/tests/cpp/tuple_test.cc                 |   8 +-
 tests/cpp/arith_simplify_test.cc             |   8 +-
 tests/cpp/attrs_test.cc                      |  14 +-
 tests/cpp/auto_scheduler_test.cc             |  48 ++---
 tests/cpp/build_module_test.cc               |  22 +-
 tests/cpp/container_test.cc                  | 288 +++++++++++++--------------
 tests/cpp/expr_test.cc                       |   6 +-
 tests/cpp/ir_functor_test.cc                 |  48 ++---
 tests/cpp/object_protocol_test.cc            |  36 ++--
 tests/cpp/packed_func_test.cc                | 138 ++++++-------
 tests/cpp/parallel_for_test.cc               |  15 +-
 tests/cpp/pattern_match_test.cc              | 114 +++++------
 tests/cpp/relay_build_module_test.cc         |  24 +--
 tests/cpp/relay_pass_type_infer_test.cc      |   4 +-
 tests/cpp/relay_transform_sequential_test.cc |  10 +-
 tests/cpp/target_test.cc                     |  36 ++--
 tests/cpp/tir_analysis_side_effect.cc        |  10 +-
 46 files changed, 552 insertions(+), 551 deletions(-)

Reply via email to