1. 18 12月, 2017 1 次提交
  2. 14 12月, 2017 1 次提交
  3. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95
  4. 07 12月, 2017 1 次提交
  5. 08 11月, 2017 1 次提交
  6. 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
  7. 29 9月, 2017 1 次提交
  8. 23 9月, 2017 1 次提交
    • Y
      Sync computation when Python invoke `run` · ba1f5b5c
      Yu Yang 提交于
      * Since GPU is an async device by default. We should sync computation
        when Python invoke `run`. So Python can get the correct computation
        result
      ba1f5b5c
  9. 19 9月, 2017 1 次提交
  10. 14 9月, 2017 1 次提交
  11. 13 9月, 2017 1 次提交
  12. 22 8月, 2017 1 次提交
  13. 21 8月, 2017 3 次提交
  14. 15 8月, 2017 2 次提交
  15. 09 8月, 2017 1 次提交
  16. 05 8月, 2017 1 次提交
  17. 04 8月, 2017 1 次提交
  18. 30 7月, 2017 1 次提交
  19. 28 7月, 2017 1 次提交
  20. 27 7月, 2017 2 次提交
  21. 26 7月, 2017 1 次提交
  22. 25 7月, 2017 2 次提交
  23. 17 7月, 2017 2 次提交
  24. 15 7月, 2017 2 次提交
  25. 12 7月, 2017 8 次提交