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/07/29 01:35:01 UTC

[incubator-singa] branch master updated (b4d3ef9 -> 0b4f6dc)

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/incubator-singa.git.


    from b4d3ef9  Merge pull request #477 from dcslin/singleton-error
     new b505409  SINGA-473 Implement Trigonometry ONNX Operators
     new 875f15e  SINGA-473 Implement Trigonometry ONNX Operators
     new cf5d363  SINGA-473 Implement Trigonometry ONNX Operators
     new d415a4b  SINGA-473 Implement Trigonometry ONNX Operators
     new 27f3eff  SINGA-473 Implement Trigonometry ONNX Operators
     new cee9328  SINGA-473 Implement Trigonometry ONNX Operators
     new 85b0e4a  SINGA-473 Implement Trigonometry ONNX Operators
     new 0e7c793  SINGA-473 Implement Trigonometry ONNX Operators
     new ad66945  SINGA-473 Implement Trigonometry ONNX Operators
     new 7b88fe1  SINGA-473 Implement Trigonometry ONNX Operators
     new 6bc7909  SINGA-473 Implement Trigonometry ONNX Operators
     new 0b4f6dc  Merge pull request #478 from chrishkchris/SINGA-473

The 1212 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        |  22 +++
 python/singa/autograd.py           | 208 +++++++++++++++++++++++++++
 src/api/core_tensor.i              |  11 ++
 src/core/tensor/math_kernel.cu     |  36 +++--
 src/core/tensor/math_kernel.h      |  11 ++
 src/core/tensor/tensor.cc          |  13 +-
 src/core/tensor/tensor_math.h      |  26 +++-
 src/core/tensor/tensor_math_cpp.h  |  30 ++--
 src/core/tensor/tensor_math_cuda.h |  39 +++--
 test/python/test_operation.py      | 288 +++++++++++++++++++++++++++++++++++++
 10 files changed, 645 insertions(+), 39 deletions(-)