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/08/09 00:47:02 UTC

[incubator-singa] branch master updated (0063144 -> d94ba5d)

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 0063144  Merge pull request #493 from chrishkchris/SINGA-473
     new 16e2cc3  SINGA-477 memory pool
     new a605797  SINGA-477 memory pool google format
     new 6b94b15  SINGA-477 memory pool remove useless code
     new e20571a  SINGA-477 add two memory pool test
     new 6973152  SINGA-477 add two memory pool test
     new d94ba5d  Merge pull request #492 from ShichengChen/dev

The 1222 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/device.h    |  5 ++++-
 include/singa/core/memory.h    |  5 ++++-
 src/core/device/platform.cc    | 28 ++++++++++++++++++----------
 src/core/memory/memory.cc      | 12 ++++++++----
 test/python/test_memoryPool.py |  0
 test/singa/test_platform.cc    | 25 +++++++++++++++----------
 6 files changed, 49 insertions(+), 26 deletions(-)
 create mode 100644 test/python/test_memoryPool.py