SINGA-130 Data prefetching
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/cf4be5a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/cf4be5a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/cf4be5a8 Branch: refs/heads/master Commit: cf4be5a86bb603cbcc8a0c38c5582b68ef0ffbd8 Parents: 8329aa0 991c6ab Author: Anh Dinh <[email protected]> Authored: Fri Apr 8 10:31:57 2016 +0800 Committer: Anh Dinh <[email protected]> Committed: Fri Apr 8 10:31:57 2016 +0800 ---------------------------------------------------------------------- Makefile.am | 3 +- include/singa/neuralnet/input_layer.h | 24 ++++-------- include/singa/neuralnet/layer.h | 4 +- src/driver.cc | 1 - src/neuralnet/input_layer/prefetch.cc | 37 ------------------ src/neuralnet/input_layer/store.cc | 60 ++++++++++++++++++++++-------- src/proto/job.proto | 8 +--- 7 files changed, 56 insertions(+), 81 deletions(-) ----------------------------------------------------------------------
