1. 29 8月, 2018 1 次提交
  2. 27 8月, 2018 4 次提交
  3. 25 8月, 2018 1 次提交
  4. 24 8月, 2018 3 次提交
  5. 21 8月, 2018 1 次提交
  6. 20 8月, 2018 1 次提交
  7. 17 8月, 2018 5 次提交
  8. 14 8月, 2018 1 次提交
  9. 08 8月, 2018 1 次提交
  10. 03 7月, 2018 2 次提交
  11. 30 6月, 2018 1 次提交
  12. 23 6月, 2018 1 次提交
  13. 07 4月, 2018 1 次提交
  14. 12 2月, 2018 1 次提交
  15. 11 2月, 2018 1 次提交
  16. 10 2月, 2018 2 次提交
  17. 24 12月, 2017 1 次提交
    • D
      Feature/operator run place (#6783) · 735eba29
      dzhwinter 提交于
      * "change operator interface"
      
      * "move devicepool to device_context"
      
      * "fix operator test"
      
      * "fix op_registry Run interface"
      
      * "net op passed. Need to fix nccl multi-Context"
      
      * "add nccl group function"
      
      * "add nccl group function"
      
      * "fix gpu count exceed 32 error"
      
      * "fix recurrent op, nccl op"
      
      * "change the other operators interface with Place"
      
      * "fix typo"
      
      * "fix pybind"
      
      * "fix device in python side"
      
      * "fix pybind failed"
      
      * "add init for test"
      
      * "fix CI"
      735eba29
  18. 01 12月, 2017 2 次提交
  19. 24 11月, 2017 1 次提交
  20. 24 10月, 2017 1 次提交
    • Y
      Feature/nccl dso (#5001) · 43c6ff21
      Yu Yang 提交于
      * "add nccl enforce"
      
      * Dev
      
      * Update comment
      
      * Add nccl test
      
      * Follow comments
      43c6ff21
  21. 16 10月, 2017 1 次提交
  22. 15 10月, 2017 1 次提交
  23. 10 10月, 2017 1 次提交
  24. 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
  25. 03 10月, 2017 1 次提交
  26. 01 10月, 2017 1 次提交
  27. 26 9月, 2017 1 次提交