1. 24 8月, 2018 1 次提交
  2. 23 8月, 2018 1 次提交
  3. 20 8月, 2018 5 次提交
  4. 17 8月, 2018 1 次提交
  5. 16 8月, 2018 1 次提交
  6. 14 8月, 2018 1 次提交
  7. 08 8月, 2018 1 次提交
  8. 01 7月, 2018 1 次提交
  9. 12 6月, 2018 1 次提交
    • W
      Trainer send term signal (#11220) · 34865f2d
      Wu Yi 提交于
      * wip
      
      * use executor.complete to end trainer
      
      * fix build
      
      * fix build with distribute off
      
      * fix typo
      
      * fix cmake typo
      
      * fix build
      34865f2d
  10. 11 6月, 2018 1 次提交
  11. 06 6月, 2018 1 次提交
  12. 25 5月, 2018 1 次提交
  13. 16 4月, 2018 1 次提交
  14. 16 3月, 2018 1 次提交
    • S
      Demostration of cmake refine for HIP support. · 45c988d8
      sabreshao 提交于
      1. Add option WITH_AMD_GPU.
      2. Add cmake/hip.cmake for HIP toolchain.
      3. Some external module such as eigen may need HIP port.
      4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
      5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
      45c988d8
  15. 28 2月, 2018 1 次提交
  16. 26 2月, 2018 1 次提交
  17. 12 2月, 2018 1 次提交
  18. 29 11月, 2017 1 次提交
  19. 16 11月, 2017 1 次提交
  20. 24 10月, 2017 2 次提交
  21. 11 10月, 2017 1 次提交
  22. 05 10月, 2017 2 次提交
    • 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
    • Y
      Add -D PADDLE_WITH_CUDA in cmake/configure.cmake · 5f51d0af
      Yi Wang 提交于
      5f51d0af
  23. 17 8月, 2017 1 次提交
  24. 10 8月, 2017 1 次提交
  25. 07 8月, 2017 2 次提交
  26. 04 8月, 2017 1 次提交
  27. 20 7月, 2017 1 次提交
  28. 19 7月, 2017 1 次提交
  29. 18 7月, 2017 1 次提交
  30. 15 7月, 2017 1 次提交
  31. 30 6月, 2017 1 次提交
  32. 20 6月, 2017 2 次提交