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 2020/04/08 17:15:15 UTC

[singa] branch dev updated (faaa6e7 -> f3f6fe0)

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 faaa6e7  Merge pull request #666 from nudles/dev
     new 57695ff  fix bugs of training
     new b3a3344  add warning for AsType
     new 373dac1  re-add the accidentally deleted code
     new 917c455  fix and pass all the test cases in TestSoftmaxCrossEntropy
     new 9e77f54  pass all the test cases on CPP side
     new f3f6fe0  Merge pull request #667 from XJDKC/dev

The 1879 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:
 src/core/device/device.cc        |   4 +-
 src/core/scheduler/scheduler.cc  | 105 +++++++++++++++++++++++++++++++--------
 src/core/tensor/tensor.cc        |  15 ++++--
 test/singa/test_cross_entropy.cc |  10 ++--
 test/singa/test_platform.cc      |  10 +++-
 test/singa/test_snapshot.cc      |   2 +-
 6 files changed, 114 insertions(+), 32 deletions(-)