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/17 03:31:52 UTC

[singa] branch dev updated (1861484 -> d91a3e2)

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 1861484  Merge pull request #778 from joddiy/add-RoBERTa-model
     new 2edf204  Add ShufflenetV2 model
     new 043ef63  updated cudnn nd descriptor to allow 6d
     new 84251c3  add SpaceToDepth && DepthToSpace operators
     new c794398  Merge branch 'dev' into add-depth2space-space2depth
     new d91a3e2  Merge pull request #750 from joddiy/add-depth2space-space2depth

The 2195 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           | 177 +++++++++++++++++++++++++++++++++++++
 python/singa/sonnx.py              |  19 ++++
 src/core/tensor/tensor_math_cuda.h |  13 +--
 test/python/test_onnx_backend.py   |   1 +
 test/python/test_operation.py      |  60 +++++++++++++
 test/python/test_tensor.py         |  21 +++++
 6 files changed, 286 insertions(+), 5 deletions(-)