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/12/10 19:04:46 UTC

[tvm] branch main updated (3b28216 -> bd361b9)

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 3b28216  Add an option to FQ2I to fail soft or hard (#9660)
     add bd361b9  [RELAY] [AST] Add virtual_device as a first class field in Relay (#9641)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/expr.h        | 26 +++++++++++++
 include/tvm/relay/expr.h     | 93 ++++++++++++++++++++++++++++----------------
 include/tvm/relay/function.h |  3 ++
 rust/tvm-sys/Cargo.toml      |  2 +-
 rust/tvm/src/ir/relay/mod.rs |  2 +
 src/relay/ir/expr.cc         | 51 +++++++++++++++++++-----
 src/relay/ir/function.cc     |  5 ++-
 7 files changed, 138 insertions(+), 44 deletions(-)