1. 01 7月, 2018 2 次提交
  2. 29 5月, 2018 1 次提交
  3. 06 4月, 2018 1 次提交
  4. 12 2月, 2018 1 次提交
  5. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90
  6. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  7. 11 12月, 2017 1 次提交
    • Y
      Fix gcc4.9 (#6442) · 95924686
      Yiqun Liu 提交于
      * Fix compiling error of gcc4.9.
      
      * Refine the check of cxx compiler flags in api/CMakeLists.txt.
      95924686
  8. 12 10月, 2017 1 次提交
  9. 11 10月, 2017 1 次提交
  10. 09 10月, 2017 1 次提交
  11. 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
  12. 11 8月, 2017 1 次提交
  13. 10 8月, 2017 1 次提交
  14. 07 8月, 2017 2 次提交
  15. 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
  16. 17 7月, 2017 1 次提交
  17. 14 7月, 2017 1 次提交
  18. 05 7月, 2017 1 次提交
  19. 28 6月, 2017 1 次提交
  20. 20 6月, 2017 2 次提交
  21. 12 6月, 2017 1 次提交
  22. 07 6月, 2017 1 次提交
  23. 18 5月, 2017 3 次提交
  24. 07 5月, 2017 2 次提交
  25. 06 5月, 2017 1 次提交
  26. 20 4月, 2017 1 次提交
  27. 19 4月, 2017 1 次提交
  28. 16 4月, 2017 1 次提交
  29. 15 4月, 2017 2 次提交
  30. 14 4月, 2017 2 次提交
  31. 27 3月, 2017 1 次提交