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/08/24 06:50:44 UTC

[singa] branch dev updated (24a7d1d -> da34a59)

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 24a7d1d  Merge pull request #781 from moazreyad/dev
     new 79e7adc  set training mode before training
     new d54a1ca  support parsing arguments, reorganize the code
     new 5357df5  refactor rnn training example
     new d76c855  move the copy operator to Tensor, fix bugs of buffering rnn operators
     new 81b87e1  recursively remove creators for results
     new 277ada9  optimize adding sync op and debug function
     new cfd6eee  resolve conflicts
     new 2d838ee  Merge pull request #1 from apache/dev
     new f78d9b3  very minor debug
     new bfc16b4  compatiable with utf-8 coding
     new be7b413  turn the use_graph flag on
     new da34a59  Merge pull request #730 from XJDKC/lstm-graph

The 2134 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:
 examples/qabot/qabot_data.py     |  2 +-
 examples/qabot/qabot_train.py    |  2 +-
 include/singa/core/device.h      |  7 ++--
 include/singa/core/scheduler.h   | 12 +++---
 python/singa/autograd.py         |  2 +-
 python/singa/model.py            | 31 ++++++++------
 src/core/device/device.cc        | 15 +++----
 src/core/device/opencl_device.cc |  2 +-
 src/core/scheduler/scheduler.cc  | 50 +++++++++++++---------
 src/core/tensor/tensor.cc        | 89 ++++++++++++++++++++++++++--------------
 src/model/operation/rnn.cc       | 12 ++++--
 test/singa/test_cpp_cpu.cc       |  2 +-
 test/singa/test_scheduler.cc     | 65 ++++++++++++++---------------
 13 files changed, 170 insertions(+), 121 deletions(-)