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

wuwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 98e7709  [DOCS] Fix Sphinx Warnings (RST indent, cross-ref, and image 
scale) (#4920)
     add f23ac96  [CODEGEN] Support cuda tensorcore subbyte int data type in 
auto tensorcore (#4546)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/data_type.h                  |  7 ++-
 include/tvm/tir/expr.h                           | 12 ++++
 src/runtime/ndarray.cc                           |  7 ++-
 src/target/source/codegen_c.cc                   | 14 ++++-
 src/target/source/codegen_cuda.cc                | 73 +++++++++++++++++++++++-
 src/tir/pass/arg_binder.cc                       | 11 +++-
 src/tir/pass/infer_fragment.cc                   |  3 +-
 src/tir/pass/tensor_core.cc                      | 52 +++++++++++++----
 tutorials/optimize/opt_matmul_auto_tensorcore.py | 73 ++++++++++++++++++++++--
 9 files changed, 228 insertions(+), 24 deletions(-)

Reply via email to