You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/04/08 00:06:39 UTC

[tvm] branch main updated (e426458 -> 648f53a)

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

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


    from e426458  [TVMC][VitisAI] Enable Vitis AI target through TVMC (#7577)
     add 648f53a  [Rust] Make TVM Rust bindings installable via Cargo.  (#7503)

No new revisions were added by this update.

Summary of changes:
 rust/tvm-graph-rt/Cargo.toml                       |   6 +-
 {3rdparty/picojson => rust/tvm-graph-rt}/README.md |   4 +-
 rust/tvm-macros/Cargo.toml                         |   2 +-
 {3rdparty/picojson => rust/tvm-macros}/README.md   |   4 +-
 rust/tvm-rt/Cargo.toml                             |  10 +-
 rust/tvm-rt/src/ndarray.rs                         |   4 +-
 rust/tvm-sys/Cargo.toml                            |  11 +-
 {apps/microtvm => rust/tvm-sys}/README.md          |  19 ++-
 rust/tvm-sys/build.rs                              | 136 ++++++++++++++-------
 rust/tvm-sys/src/byte_array.rs                     |   6 +-
 rust/tvm-sys/src/lib.rs                            |   2 +-
 rust/tvm/Cargo.toml                                |   6 +-
 rust/tvm/README.md                                 |   6 +-
 tests/scripts/task_rust.sh                         |  14 +--
 14 files changed, 140 insertions(+), 90 deletions(-)
 copy {3rdparty/picojson => rust/tvm-graph-rt}/README.md (89%)
 copy {3rdparty/picojson => rust/tvm-macros}/README.md (89%)
 copy {apps/microtvm => rust/tvm-sys}/README.md (63%)