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/03/31 08:46:57 UTC

[singa] branch dev updated (df0b788 -> ba7839b)

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 df0b788  Merge pull request #641 from moazreyad/dev
     new 7bd6c4b  added support for matmul 3d 4d
     new fc1de1d  made gemmbatch transform agasint transposed tensor
     new 92932a1  batch matmul batch dimension check
     new ba7839b  Merge pull request #639 from dcslin/matmul34d

The 1746 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:
 python/singa/tensor.py             | 15 +++++++--
 src/core/tensor/tensor.cc          | 49 +++++++++++++++++++++++++--
 src/core/tensor/tensor_math.h      |  6 ++++
 src/core/tensor/tensor_math_cpp.h  | 53 +++++++++++++++++++++++++++--
 src/core/tensor/tensor_math_cuda.h | 47 ++++++++++++++++++++++++++
 test/python/test_tensor.py         | 69 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 232 insertions(+), 7 deletions(-)