You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2020/07/23 21:04:39 UTC

[incubator-tvm] branch master updated (6dbc344 -> 0a1c4c2)

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

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


    from 6dbc344  [RELAY][Fix] i64 indices (#5235)
     add 0a1c4c2  [Rust] Some rust cleanups (#6116)

No new revisions were added by this update.

Summary of changes:
 rust/tvm-graph-rt/Cargo.toml                    |  5 ++-
 rust/tvm-graph-rt/src/array.rs                  | 20 +++++-----
 rust/tvm-graph-rt/src/errors.rs                 | 37 ++++++++++++++----
 rust/tvm-graph-rt/src/graph.rs                  | 51 ++++++++++++++-----------
 rust/tvm-graph-rt/src/module/dso.rs             |  2 +-
 rust/tvm-graph-rt/src/threading.rs              |  2 +-
 rust/tvm-graph-rt/src/workspace.rs              | 13 ++++---
 rust/tvm-graph-rt/tests/test_wasm32/src/main.rs |  4 +-
 rust/tvm-macros/Cargo.toml                      |  2 +-
 rust/tvm-rt/src/object/object_ptr.rs            | 33 +++++++---------
 rust/tvm-sys/Cargo.toml                         |  2 +-
 11 files changed, 98 insertions(+), 73 deletions(-)