You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2019/11/27 07:09:29 UTC

[singa] branch master updated (3a22093 -> 270413b)

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

wangwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/singa.git.


    from 3a22093  Merge pull request #564 from chrishkchris/SINGA-487_5
     new 4277b07  SINGA-490 Computational Efficiency Improvement of ReLU in autograd
     new 2ff8a2b  SINGA-490 Optimize Add, Sub, EltwiseMult Performance
     new 270413b  Merge pull request #563 from chrishkchris/SINGA-490_3

The 1477 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 include/singa/core/tensor.h        |   4 +
 python/singa/autograd.py           |   4 +-
 src/api/core_tensor.i              |   2 +
 src/core/tensor/math_kernel.cu     |  15 +++-
 src/core/tensor/math_kernel.h      |   3 +
 src/core/tensor/tensor.cc          |   1 +
 src/core/tensor/tensor_math.h      |   7 ++
 src/core/tensor/tensor_math_cpp.h  |   9 +++
 src/core/tensor/tensor_math_cuda.h | 161 +++++++++++++++++++++++--------------
 test/python/test_operation.py      |  38 +++++++++
 10 files changed, 179 insertions(+), 65 deletions(-)