1. 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
  2. 03 10月, 2017 1 次提交
  3. 01 10月, 2017 1 次提交
  4. 26 9月, 2017 1 次提交
  5. 14 9月, 2017 1 次提交
    • L
      Fix enforce test failed · 59d661b9
      liaogang 提交于
      Note: If no symbol with a suitable value is found, both this field and dli_saddr shall be set to NULL.
      59d661b9
  6. 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
  7. 16 8月, 2017 1 次提交
  8. 14 8月, 2017 3 次提交
  9. 09 8月, 2017 1 次提交
  10. 08 8月, 2017 2 次提交
  11. 04 8月, 2017 4 次提交
  12. 01 8月, 2017 2 次提交
  13. 31 7月, 2017 3 次提交
  14. 25 7月, 2017 1 次提交
  15. 19 7月, 2017 2 次提交
  16. 15 7月, 2017 2 次提交
  17. 29 6月, 2017 1 次提交
  18. 28 6月, 2017 2 次提交