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 28908998e0 [Relay][Keras][Bugfix] fix the converters of GRU and 
SimpleRNN about the go_backwards attribute (#15829)
     add 646d3a2c5e [TFLite][Frontend] Support quantized Pow (#15798)
     add a38053e92e [Script] Fix miscs of make_notes.py (#15859)
     add b8abff9789 [VM] Memory Manager moved up to runtime (#15833)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  1 +
 apps/android_camera/app/src/main/jni/tvm_runtime.h |  1 +
 apps/android_deploy/app/src/main/jni/tvm_runtime.h |  1 +
 apps/android_rpc/app/src/main/jni/tvm_runtime.h    |  1 +
 apps/bundle_deploy/runtime.cc                      |  1 +
 apps/howto_deploy/tvm_runtime_pack.cc              |  1 +
 golang/src/tvm_runtime_pack.cc                     |  1 +
 include/tvm/runtime/device_api.h                   |  8 +++
 .../tvm/runtime/{vm => memory}/memory_manager.h    | 45 +++++++++--------
 include/tvm/runtime/vm/vm.h                        |  9 +++-
 python/tvm/relay/frontend/tflite.py                |  2 -
 src/relay/backend/vm/compiler.h                    |  2 +-
 src/runtime/c_runtime_api.cc                       | 14 +++++
 src/runtime/graph_executor/graph_executor.cc       |  3 +-
 src/runtime/graph_executor/graph_executor.h        |  4 ++
 src/runtime/{vm => memory}/memory_manager.cc       | 59 +++++++++++++---------
 src/runtime/{vm => memory}/naive_allocator.h       | 29 ++++++-----
 src/runtime/{vm => memory}/pooled_allocator.h      | 20 ++++----
 src/runtime/vm/vm.cc                               | 14 +++--
 .../runtime/{vm => memory}/memory_manager_tests.cc | 39 +++++++-------
 tests/python/frontend/tflite/test_forward.py       | 13 ++++-
 tests/scripts/release/make_notes.py                |  4 +-
 22 files changed, 172 insertions(+), 100 deletions(-)
 rename include/tvm/runtime/{vm => memory}/memory_manager.h (82%)
 rename src/runtime/{vm => memory}/memory_manager.cc (76%)
 rename src/runtime/{vm => memory}/naive_allocator.h (78%)
 rename src/runtime/{vm => memory}/pooled_allocator.h (88%)
 rename tests/cpp/runtime/{vm => memory}/memory_manager_tests.cc (86%)

Reply via email to