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 1820075 Merge pull request #649 from joddiy/fix_autograd_doc
new 4be4082 add unittest for scheduler
new 096c6da fix some typos
new 50ef1cb print current test device
new 801f661 add and pass all the unit tests of scheduler
new f316cd0 add unit test cases for module
new b8af201 add numpy forward
new c1fd193 fix bugs of params
new 978db26 add and pass all the unit tests of mudle
new 31d4887 Merge pull request #648 from XJDKC/graph_ut
The 1815 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 | 2 +
include/singa/core/scheduler.h | 94 ++++--
python/singa/module.py | 14 +-
src/api/core_device.i | 1 +
src/core/scheduler/scheduler.cc | 65 +++-
test/python/test_module.py | 267 ++++++++++++++++
test/singa/test_scheduler.cc | 678 ++++++++++++++++++++++++++++++++++++++++
7 files changed, 1079 insertions(+), 42 deletions(-)
create mode 100644 test/python/test_module.py
create mode 100644 test/singa/test_scheduler.cc