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/09/04 23:30:02 UTC

[incubator-tvm] branch master updated (e382b16 -> 73d9e01)

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 e382b16  Remove unintentional pytest dependency. Fix #6398 (#6399)
     add 73d9e01  Add safe up/downcasting to the Rust object system (#6384)

No new revisions were added by this update.

Summary of changes:
 rust/tvm-macros/src/object.rs        | 119 +++++++++++++++++++++--------------
 rust/tvm-macros/src/util.rs          |  18 ++++++
 rust/tvm-rt/src/array.rs             |   7 +--
 rust/tvm-rt/src/map.rs               |   9 +--
 rust/tvm-rt/src/object/mod.rs        | 110 +++++++++++++-------------------
 rust/tvm-rt/src/object/object_ptr.rs |  62 ++++++++----------
 rust/tvm-rt/src/string.rs            |  25 +++-----
 rust/tvm/src/ir/mod.rs               |   2 +-
 rust/tvm/src/ir/relay/mod.rs         |   2 +-
 rust/tvm/src/ir/tir.rs               |  14 +----
 10 files changed, 178 insertions(+), 190 deletions(-)