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/01/18 05:12:52 UTC

[singa] branch master updated (27d4a8e -> 7e72548)

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 27d4a8e  Merge pull request #571 from joddiy/fix_clip
     new 4257c2c  hotfix: cpp softmax not impl
     new 2071c5a  Fix mlp.py
     new ad8a30f  Merge pull request #4 from chrishkchris/mlpfix
     new 7e72548  Merge pull request #572 from dcslin/hf-cpp-softmax

The 1574 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:
 examples/autograd/mlp.py           |  3 +--
 src/core/tensor/tensor.cc          | 48 ++++++++++++++++++++++++++------------
 src/core/tensor/tensor_math_cuda.h | 34 ---------------------------
 test/python/test_api.py            | 44 +++++++++++++++++-----------------
 4 files changed, 56 insertions(+), 73 deletions(-)