1. 05 10月, 2017 2 次提交
    • Q
      fix gpu build error · fe10e86d
      qijun 提交于
      fe10e86d
    • 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. 04 10月, 2017 2 次提交
  3. 03 10月, 2017 2 次提交
  4. 02 10月, 2017 1 次提交
  5. 01 10月, 2017 1 次提交
  6. 29 9月, 2017 3 次提交
  7. 28 9月, 2017 1 次提交
  8. 26 9月, 2017 2 次提交
  9. 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
  10. 22 9月, 2017 1 次提交
  11. 19 9月, 2017 3 次提交
  12. 18 9月, 2017 1 次提交
  13. 14 9月, 2017 2 次提交
  14. 13 9月, 2017 2 次提交
  15. 12 9月, 2017 1 次提交
  16. 11 9月, 2017 1 次提交
    • Y
      Remove enforce demangle · dad5421a
      Yu Yang 提交于
      It is buggy in some Linux because the unique_ptr will be free however
      the std::string trying to use that char*.
      
      Moreover, it is no need to demangle for error log by Paddle.
      Just use `c++filt` or other shell utilities to do this.
      dad5421a
  17. 09 9月, 2017 1 次提交
  18. 07 9月, 2017 1 次提交
  19. 04 9月, 2017 1 次提交
  20. 31 8月, 2017 2 次提交
  21. 23 8月, 2017 1 次提交
  22. 22 8月, 2017 4 次提交
  23. 21 8月, 2017 3 次提交
  24. 18 8月, 2017 1 次提交