This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 36bb629 [TEST] Refactor RPC test to isolate runs into a sub-function
(#8656)
add 5b9b16c Fix rust rt link (#8631)
No new revisions were added by this update.
Summary of changes:
rust/tvm-rt/Cargo.toml | 1 +
rust/{tvm/src/runtime => tvm-rt/src}/graph_rt.rs | 4 +-
rust/tvm-rt/src/lib.rs | 63 ++++++++++++------------
rust/tvm-sys/Cargo.toml | 1 +
rust/tvm-sys/build.rs | 16 ++++--
rust/tvm/examples/resnet/Cargo.toml | 2 +-
rust/tvm/examples/resnet/build.rs | 10 +++-
rust/tvm/examples/resnet/src/build_resnet.py | 3 ++
rust/tvm/examples/resnet/src/main.rs | 6 +--
rust/tvm/src/runtime/mod.rs | 2 -
10 files changed, 64 insertions(+), 44 deletions(-)
rename rust/{tvm/src/runtime => tvm-rt/src}/graph_rt.rs (97%)