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 2019/11/09 21:01:44 UTC

[incubator-tvm] branch master updated (281f643 -> d64bf6b)

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 281f643  Update tvm_runtime.h (#4278)
     add d64bf6b  Auto TensorCore CodeGen (#4234)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir.h                                   |    2 +
 include/tvm/ir_pass.h                              |   14 +
 python/tvm/build_module.py                         |    1 +
 src/api/api_pass.cc                                |    6 +
 src/pass/tensor_core.cc                            | 1202 ++++++++++++++++++++
 .../unittest/test_pass_rewrite_for_tensor_core.py  |  230 ++++
 tutorials/optimize/opt_matmul_auto_tensorcore.py   |  465 ++++++++
 7 files changed, 1920 insertions(+)
 create mode 100644 src/pass/tensor_core.cc
 create mode 100644 tests/python/unittest/test_pass_rewrite_for_tensor_core.py
 create mode 100644 tutorials/optimize/opt_matmul_auto_tensorcore.py