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

[incubator-tvm] branch master updated (8c31d0d -> 9c59151)

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

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


    from 8c31d0d  Remove PrimExpr from String (#5311)
     add 9c59151  [Rust][CI] Restore Rust CI (#5137)

No new revisions were added by this update.

Summary of changes:
 rust/.rustfmt.toml                                 | 50 -----------
 rust/common/src/lib.rs                             |  2 +-
 rust/common/src/packed_func.rs                     | 17 ++--
 rust/frontend/src/context.rs                       | 35 +++++---
 rust/frontend/src/function.rs                      | 58 +++++++------
 rust/frontend/src/lib.rs                           |  4 +-
 rust/frontend/src/module.rs                        |  4 +-
 rust/frontend/src/ndarray.rs                       | 99 ++++++++++++++--------
 rust/frontend/src/value.rs                         | 61 ++++++++++++-
 rust/frontend/tests/callback/src/bin/array.rs      |  2 +-
 rust/macros/src/lib.rs                             | 12 ++-
 rust/runtime/src/module/syslib.rs                  |  3 +-
 rust/runtime/src/threading.rs                      |  5 +-
 rust/runtime/tests/build_model.py                  |  2 +-
 rust/runtime/tests/test_graph_serde.rs             |  8 +-
 rust/runtime/tests/test_nn/build.rs                | 32 ++++---
 rust/runtime/tests/test_nn/src/build_test_graph.py |  2 +-
 rust/runtime/tests/test_nn/src/main.rs             | 24 ++++--
 tests/scripts/task_rust.sh                         |  6 +-
 19 files changed, 248 insertions(+), 178 deletions(-)