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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from e1013f10f4 [CMake] Support LLVM-16 static linking (#15164)
     add 34637d7ee3 [TensorIR][Visitor] Visit buffer members in 
`match_buffer`'s in block visitor functions (#15153)
     add e178375e1b [Frontend][Relay][Keras] Fix concatenate convert function 
in axis parsing (#15175)
     add 977b4b2e05 Update tvm_runtime.h (#15185)
     add 683dfb0c04 [RPC] Report RPC Session Timeout to Client Instead of 
"kShutdown" (#15187)

No new revisions were added by this update.

Summary of changes:
 apps/android_rpc/app/src/main/jni/tvm_runtime.h    |  1 +
 python/tvm/error.py                                |  5 ++
 python/tvm/relay/frontend/keras.py                 | 11 ++-
 python/tvm/rpc/server.py                           | 88 +++++++++++-----------
 src/runtime/rpc/rpc_endpoint.cc                    |  8 +-
 src/runtime/rpc/rpc_socket_impl.cc                 | 34 +++++++++
 src/tir/ir/stmt_functor.cc                         | 32 +++++++-
 tests/python/frontend/keras/test_forward.py        | 19 +++++
 tests/python/unittest/test_runtime_rpc.py          | 31 ++++++++
 .../python/unittest/test_tir_lower_match_buffer.py | 11 +--
 .../test_tir_transform_unify_thread_binding.py     | 43 +++++++++++
 11 files changed, 221 insertions(+), 62 deletions(-)

Reply via email to