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 2021/05/14 12:08:12 UTC

[tvm] branch main updated (c999a84 -> bd7cda9)

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

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


    from c999a84  [Relay][AlterOpLayout] Fix strided slice type change. (#8022)
     add bd7cda9  Rename gpu to cuda in java/rust/typescript (#8036)

No new revisions were added by this update.

Summary of changes:
 jvm/core/src/main/java/org/apache/tvm/Device.java       | 11 +++++------
 jvm/core/src/main/java/org/apache/tvm/Module.java       |  4 ++--
 .../src/main/java/org/apache/tvm/rpc/RPCSession.java    | 14 +++++++-------
 jvm/core/src/test/java/org/apache/tvm/ModuleTest.java   | 10 +++++-----
 jvm/core/src/test/scripts/test_add_gpu.py               |  6 +++---
 python/tvm/contrib/nvcc.py                              |  4 ++--
 python/tvm/contrib/peak.py                              |  2 +-
 python/tvm/driver/tvmc/runner.py                        |  4 ++--
 python/tvm/rpc/client.py                                |  4 ++--
 rust/tvm-rt/src/lib.rs                                  |  2 +-
 rust/tvm-rt/src/module.rs                               |  2 +-
 rust/tvm-sys/src/device.rs                              | 17 ++++++++---------
 rust/tvm-sys/src/value.rs                               |  4 ++--
 rust/tvm/tests/basics/src/main.rs                       |  4 ++--
 .../unittest/test_runtime_module_based_interface.py     |  4 ++--
 web/src/runtime.ts                                      |  3 +--
 16 files changed, 46 insertions(+), 49 deletions(-)