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/02/27 06:01:53 UTC

[singa] branch dev updated (e3c3e4a -> e4dd563)

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 e3c3e4a  Merge pull request #610 from chrishkchris/fix_use_dnnl
     new f906f1a  Enabled linting in CI
     new 6045202  updated file list for linting
     new c9d1455  only check critical one in pylint
     new 401981b  cpplint verbose set to 5, show critical errors
     new 71bc953  linting in travis in separate machine
     new 2024c8c  test travis stages
     new 0375ccb  test linting
     new d137e4d  add conda bin path for travis linting.sh
     new be4873a  remove linting.sh debugging
     new 809504d  separate linting for cpp and python
     new 340125e  remove excess test
     new 5f12612  fix python
     new 27cd860  fix cpp lint
     new 07abc9d  merge dev
     new 590824d  format
     new 1439ecd  format2
     new e4dd563  Merge pull request #599 from dcslin/patch-1

The 1671 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:
 .pylintrc                                      |  9 +++-
 .travis.yml                                    | 30 +++++++++--
 CPPLINT.cfg                                    |  3 ++
 examples/autograd/resnet.py                    |  4 +-
 include/singa/io/communicator.h                | 10 ++--
 include/singa/utils/cuda_utils.h               | 17 ++++++
 python/singa/autograd.py                       |  1 +
 python/singa/converter.py                      |  4 +-
 python/singa/data.py                           |  3 --
 python/singa/layer.py                          |  2 +-
 python/singa/model.py                          |  2 +-
 python/singa/tensor.py                         |  2 +-
 src/core/tensor/sparse_tensor.cc               |  2 +-
 src/io/communicator.cc                         |  1 +
 src/model/operation/batchnorm.cc               |  4 +-
 src/model/operation/batchnorm.h                |  2 +
 src/model/operation/convolution.cc             |  5 +-
 src/model/operation/convolution.h              |  2 +
 src/model/operation/pooling.cc                 |  3 +-
 src/model/operation/pooling.h                  |  2 +
 test/python/test_loss.py                       |  2 +-
 test/python/test_onnx_backend.py               |  4 +-
 test/python/test_operation.py                  | 73 ++------------------------
 test/singa/test_operation_convolution.cc       |  1 +
 tool/linting/README.md                         |  3 +-
 tool/{code-format/format.sh => linting/cpp.sh} | 22 +++++---
 tool/linting/{linting.sh => py.sh}             | 18 +++----
 tool/travis/build.sh                           | 10 ----
 28 files changed, 115 insertions(+), 126 deletions(-)
 copy tool/{code-format/format.sh => linting/cpp.sh} (78%)
 rename tool/linting/{linting.sh => py.sh} (77%)