You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ka...@apache.org on 2015/11/16 07:09:05 UTC

[19/19] incubator-singa git commit: SINGA-80 New Blob Level and Address Level Math Operation Interface Merge branch 'SINGA-80'

SINGA-80 New Blob Level and Address Level Math Operation Interface
Merge branch 'SINGA-80'


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/364c8856
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/364c8856
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/364c8856

Branch: refs/heads/master
Commit: 364c885623da54e63b6ccc26587e1685e166db15
Parents: 903b8d8 a65a953
Author: kaiping <ka...@comp.nus.edu.sg>
Authored: Mon Nov 16 13:48:39 2015 +0800
Committer: kaiping <ka...@comp.nus.edu.sg>
Committed: Mon Nov 16 13:48:39 2015 +0800

----------------------------------------------------------------------
 Makefile.am                       |   1 +
 Makefile.gpu                      | 153 +++++++++
 README.md                         | 390 +++++++++++-----------
 include/singa/utils/blob.h        | 231 +++++++++++--
 include/singa/utils/math_addr.h   | 220 +++++++++++++
 include/singa/utils/math_blob.h   | 579 +++++++++++++++++++++++++++++++++
 include/singa/utils/math_kernel.h |  78 +++++
 include/singa/utils/singa_op.h    | 271 +++++++++++++++
 src/neuralnet/layer.cc            |   9 +-
 src/test/test_math.cc             | 468 ++++++++++++++++++++++++++
 src/utils/blob.cc                 |  35 +-
 src/utils/math_kernel.cu          | 393 ++++++++++++++++++++++
 12 files changed, 2578 insertions(+), 250 deletions(-)
----------------------------------------------------------------------