dcslin commented on issue #603: format on latest dev URL: https://github.com/apache/singa/pull/603#issuecomment-588587963 Added NCCL files mentioned by @chrishkchris Added model/operation also command updated: ``` # format cpp code by clang-format find src/api/ \ src/core/ \ src/proto/ \ src/utils/ \ include/singa/core/ \ include/singa/utils/ \ src/model/operation/ \ include/singa/io/communicator.h \ src/io/communicator.cc \ test/singa/ -iname *.h -o -iname *.cc | xargs clang-format -i # format python code by yapf find python/ \ examples/autograd \ test/python/ -iname *.py | xargs yapf -i ``` This is ready for merge.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
