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/04/08 07:44:56 UTC

[singa] branch dev updated (e594795 -> ee3fcda)

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 e594795  Merge pull request #661 from chrishkchris/fix_test_dist
     new 5afd825  fix bugs of buffering
     new 4a64d28  set default device
     new a305f71  optimize buffering ops and automatic recycling
     new 804aad0  fix bugs of buffering
     new ee3fcda  Merge pull request #659 from XJDKC/graph_compatibility

The 1861 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/device.py             |  7 +++++--
 python/singa/module.py             | 15 ++++++++++++++-
 src/core/scheduler/scheduler.cc    | 22 +++++++++-------------
 src/core/tensor/tensor.cc          | 18 ++++++++++--------
 src/model/operation/batchnorm.cc   | 16 +++++++++-------
 src/model/operation/convolution.cc | 17 +++++++++--------
 src/model/operation/pooling.cc     |  8 ++++----
 7 files changed, 60 insertions(+), 43 deletions(-)