1. 05 10月, 2017 2 次提交
    • Y
      Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU · 4558807c
      Yi Wang 提交于
      4558807c
    • Y
      Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` · 84500f94
      Yu Yang 提交于
      By shell command
      
      ```bash
      sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      ```
      84500f94
  2. 07 9月, 2017 1 次提交
  3. 29 8月, 2017 1 次提交
  4. 17 8月, 2017 1 次提交
  5. 10 8月, 2017 1 次提交
  6. 08 8月, 2017 1 次提交
  7. 04 8月, 2017 1 次提交
  8. 27 7月, 2017 1 次提交
    • Y
      Fix bug in SequenceSoftmax · f4e57b4b
      Yu Yang 提交于
      Also remove operator bool in Error. The Error should be removed
      later because it is not necessary for Paddle. We are now using Enforce
      to handle error.
      f4e57b4b
  9. 15 7月, 2017 1 次提交
  10. 05 7月, 2017 1 次提交
  11. 04 7月, 2017 1 次提交
    • Y
      Remove buggy BarrierStat · 1ecddd81
      Yu Yang 提交于
      The implementation of BarrierStat is buggy, and it is not necessary
      for Paddle to diagnose which node in cluster is slow.
      1ecddd81
  12. 28 6月, 2017 3 次提交
  13. 26 6月, 2017 1 次提交
    • Y
      Adding platform/must_check.h · d76d2feb
      Yu Yang 提交于
      __must_check is a macro mark of function return value. It let developer
      must check the return value is legal or not.
      d76d2feb
  14. 20 6月, 2017 1 次提交
    • X
      Fix bugs for rnn generation · 3438d650
      xuwei06 提交于
      1. v2.layer.parse_network does not correctly handle the generation output.
      2. GatherAgentLayer does not correctly handle generation output when batch_size > 1
      3. Fix CustomStackTrace for rnn group
      3438d650
  15. 27 5月, 2017 1 次提交
  16. 26 5月, 2017 1 次提交
  17. 12 5月, 2017 2 次提交
  18. 08 5月, 2017 2 次提交
  19. 04 5月, 2017 2 次提交
  20. 03 5月, 2017 1 次提交
  21. 02 5月, 2017 3 次提交
  22. 20 4月, 2017 1 次提交
  23. 14 4月, 2017 1 次提交
  24. 10 4月, 2017 1 次提交
  25. 06 4月, 2017 1 次提交
  26. 27 3月, 2017 1 次提交
  27. 23 3月, 2017 4 次提交
  28. 21 3月, 2017 2 次提交