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 <[email protected]> Authored: Mon Nov 16 13:48:39 2015 +0800 Committer: kaiping <[email protected]> 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(-) ----------------------------------------------------------------------
