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 2020/09/15 03:27:13 UTC

[singa] branch dev updated (0d79d52 -> 95f7b39)

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

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


    from 0d79d52  Merge pull request #790 from moazreyad/remove-travis
     new cb84c93  added broadcasted() flag for tensor, added broadcast to mult, refactor gpu traverse unary
     new e97acb2  fix bug for ignore last dim
     new 95f7b39  Merge pull request #794 from dcslin/multbroadcast

The 2183 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        | 14 +++++++--
 src/core/tensor/math_kernel.cu     | 19 +++++++-----
 src/core/tensor/math_kernel.h      |  6 ++--
 src/core/tensor/tensor.cc          | 49 ++++++++++++++---------------
 src/core/tensor/tensor_math_cuda.h | 63 +++++++++++++++++++-------------------
 test/python/test_tensor.py         | 26 ++++++++++++++++
 6 files changed, 110 insertions(+), 67 deletions(-)