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/09/10 15:25:44 UTC

[incubator-tvm] branch master updated (3a4e61a -> b05aa96)

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 3a4e61a  [METAL] set MTLBuffer purgeable state (#6376) (#6438)
     add b05aa96  [Rust] Improve the error reporting in build.rs files by using anyhow. (#6401)

No new revisions were added by this update.

Summary of changes:
 apps/sgx/Cargo.toml                               |  3 ++
 apps/wasm-standalone/wasm-graph/build.rs          |  1 -
 rust/tvm-graph-rt/tests/test_nn/Cargo.toml        |  1 +
 rust/tvm-graph-rt/tests/test_nn/build.rs          | 22 ++++-----
 rust/tvm-graph-rt/tests/test_tvm_basic/Cargo.toml |  1 +
 rust/tvm-graph-rt/tests/test_tvm_basic/build.rs   | 27 +++++------
 rust/tvm-graph-rt/tests/test_tvm_dso/Cargo.toml   |  4 ++
 rust/tvm-graph-rt/tests/test_tvm_dso/build.rs     | 20 +++++----
 rust/tvm-sys/Cargo.toml                           |  1 +
 rust/tvm-sys/build.rs                             | 55 ++++++++++++++++-------
 rust/tvm/examples/resnet/Cargo.toml               |  3 ++
 rust/tvm/examples/resnet/build.rs                 |  9 +++-
 rust/tvm/tests/basics/Cargo.toml                  |  3 ++
 rust/tvm/tests/basics/build.rs                    | 10 +++--
 14 files changed, 105 insertions(+), 55 deletions(-)