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/20 02:57:34 UTC

[incubator-tvm] branch master updated (22db299 -> 4c0a53d)

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 22db299  [PYTORCH]Unary Ops (#5378)
     add 4c0a53d  [TIR][REFACTOR] RewriteForTensorCore -> te/schedule (#5379)

No new revisions were added by this update.

Summary of changes:
 include/tvm/te/schedule_pass.h                     | 49 ++++++++++++++--------
 include/tvm/tir/ir_pass.h                          | 13 ------
 python/tvm/driver/build_module.py                  | 45 ++++++++++++--------
 python/tvm/te/hybrid/__init__.py                   |  6 ++-
 .../schedule_postproc_rewrite_for_tensor_core.cc}  | 39 ++++++++++-------
 src/tir/pass/ffi_api.cc                            |  8 ----
 vta/python/vta/ir_pass.py                          | 20 ++++-----
 7 files changed, 98 insertions(+), 82 deletions(-)
 rename src/{tir/pass/tensor_core.cc => te/schedule/schedule_postproc_rewrite_for_tensor_core.cc} (97%)