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/12/10 06:50:16 UTC

[singa] branch master updated (6c58b98 -> 75a66b2)

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 6c58b98  Merge pull request #565 from dcslin/broadcast_cudnn
     new d36ffe8  max/min support multi inputs
     new e86ed56  rm concat 2d restriction
     new bd2d758  add add/and/or/xor broadcast
     new 2c657de  add broadcast test cases for add, or, xor, greater, less, add, sub, mul, div,
     new 32f14c7  Merge branch 'master' into SINGA-494
     new 48f8265  fix broadcast for bp of add, sub, mul, div, pow
     new fab4139  fix pow and div
     new 006eb80  Merge branch 'master' into SINGA-494
     new 75a66b2  Merge pull request #545 from joddiy/SINGA-494

The 1515 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/autograd.py      | 300 ++++++++++-----
 src/core/tensor/tensor.cc     |   2 +-
 test/python/test_operation.py | 843 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1053 insertions(+), 92 deletions(-)