You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by la...@apache.org on 2019/11/25 06:02:06 UTC

[incubator-tvm] branch master updated (fbb2a35 -> dabde40)

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

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


    from fbb2a35  [RUNTIME] rename allocator.make -> allocator.make_object for term consistency (#4416)
     add dabde40  [Perf] Enhance cudnn and cublas backend and enable TensorCore (#4353)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/util.h                |   8 +
 python/tvm/contrib/cublas.py              |  10 +-
 python/tvm/contrib/cudnn.py               |  65 +++++---
 src/runtime/contrib/cblas/gemm_common.h   |   9 +-
 src/runtime/contrib/cublas/cublas.cc      | 257 +++++++++++++++++++++++++++---
 src/runtime/contrib/cublas/cublas_utils.h |  24 ++-
 src/runtime/contrib/cudnn/conv_forward.cc |  50 ++++--
 tests/python/contrib/test_cublas.py       |  40 +++--
 tests/python/contrib/test_cudnn.py        |  39 +++--
 topi/python/topi/cuda/conv2d.py           |  10 +-
 topi/python/topi/cuda/dense.py            |  20 ++-
 11 files changed, 436 insertions(+), 96 deletions(-)