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 4c9a391  quanitze operation expanded to take const argument (#6127)
     add c899b3c  Improve Rust bindings: Map, Array, String, various IR nodes 
(#6339)

No new revisions were added by this update.

Summary of changes:
 rust/tvm-macros/src/object.rs                      |   6 +-
 rust/tvm-rt/src/array.rs                           |  45 +++-
 rust/tvm-rt/src/function.rs                        |   2 +-
 rust/tvm-rt/src/lib.rs                             |   1 +
 rust/tvm-rt/src/map.rs                             | 264 +++++++++++++++++++++
 rust/tvm-rt/src/object/mod.rs                      |   4 +
 rust/tvm-rt/src/object/object_ptr.rs               |   4 +-
 rust/tvm-rt/src/string.rs                          | 118 ++++++---
 rust/tvm-sys/src/datatype.rs                       |   3 +-
 rust/tvm-sys/src/packed_func.rs                    |  31 +++
 .../bytearray_test.go => rust/tvm/src/ir/arith.rs  |  46 ++--
 rust/tvm/src/ir/mod.rs                             |  40 +++-
 rust/tvm/src/ir/relay/mod.rs                       |  10 +-
 rust/tvm/src/ir/tir.rs                             |  93 ++++++++
 rust/tvm/src/transform.rs                          |  32 ++-
 15 files changed, 619 insertions(+), 80 deletions(-)
 create mode 100644 rust/tvm-rt/src/map.rs
 copy golang/src/bytearray_test.go => rust/tvm/src/ir/arith.rs (52%)
 create mode 100644 rust/tvm/src/ir/tir.rs

Reply via email to