1. 17 10月, 2019 1 次提交
    • L
      improve the efficiency of BuddyAllocator (#19888) · 569951c4
      liuwei1031 提交于
      * improve save and load behaviour, test=develop
      
      * code cleaning, test=develop
      
      * disable check_guards and update_guards in release version, test=develop
      
      * fix compilation issue, test=develop
      
      * add buddy_allocator speed test data, test=develop
      
      * fix compilation issue, test=develop
      
      * fix comment, test=develop
      
      * update function names according to the google C++ style guide, test=develop
      
      * tweak the test data format, test=develop
      
      * move buddy_allocator_test_data to paddle/fluid/testdata, test=develop
      
      * add accessor and mutator for Desc, test=develop
      569951c4
  2. 18 9月, 2019 1 次提交
  3. 01 9月, 2019 1 次提交
    • Z
      Add retry_allocator for gpu (#19409) · 0a73f720
      Zeng Jinle 提交于
      * add retry_allocator for gpu, test=develop
      
      * follow chengduoZH's comments, test=develop
      
      * follow huihuang's comments,test=develop
      
      * change f,l in enforce.h to be file,line, test=develop
      
      * increase code coverage by adding unittests, test=develop
      
      * fix CMakeLists.txt, test=develop
      0a73f720
  4. 31 7月, 2019 1 次提交
  5. 21 3月, 2019 1 次提交
    • S
      add more unittest · 953214ad
      sneaxiy 提交于
      modify allocator strategy
      remove changes of legacy buddy_allocator
      test=develop
      953214ad
  6. 19 3月, 2019 1 次提交
  7. 26 11月, 2018 1 次提交
  8. 08 11月, 2018 2 次提交
  9. 26 10月, 2018 1 次提交
  10. 16 9月, 2018 1 次提交
  11. 08 8月, 2018 1 次提交
  12. 25 7月, 2018 1 次提交
  13. 09 7月, 2018 1 次提交
  14. 08 4月, 2018 2 次提交
  15. 12 2月, 2018 1 次提交
  16. 10 2月, 2018 2 次提交
  17. 26 12月, 2017 1 次提交
  18. 01 11月, 2017 2 次提交
  19. 10 10月, 2017 1 次提交
  20. 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
  21. 25 7月, 2017 1 次提交
  22. 11 7月, 2017 1 次提交
  23. 06 7月, 2017 2 次提交
  24. 05 7月, 2017 1 次提交
  25. 04 7月, 2017 4 次提交
  26. 03 7月, 2017 1 次提交
  27. 28 6月, 2017 2 次提交