1. 30 8月, 2019 1 次提交
    • H
      [Cherry-pick] Support memory eager deletion on recurrent OP (#19411) · cb74dac3
      Huihuang Zheng 提交于
      * Support memory eager deletion on recurrent OP (#17710)
      
      Test PaddingRNN on V100 GPU device.
      
      Test configuration: large model, padding mode (which is the mode using recurrentOp), one GPU.
                         
      GPU memory (MiB):   6414 (this PR)     vs   6837 (without this PR)
      Speed (steps/s):         10.28 (this PR)    vs    9.89 (without this PR)
      
      * Fix random test_recurrent_op failure (#18718)
      
      The change includes 3 things:
      
      1. Set CPU_NUM to 1 in the tests because the ParallelExecutor will print warning that CPU_NUM is not set and use default 1.
      
      2. Old tests compare two RNNs, hand written simple RNN and same RNN built by Paddle, but initialized RNN weights in numpy random and Paddle random separately. Fixed it by setting weights and bias values.
      
      3. Also set numpy random seed in the tests. Now the two RNNs diff can be smaller (rtol from 0.1, 0.2 to. 0.01) in the tests.
      cb74dac3
  2. 23 5月, 2019 1 次提交
    • Z
      Fix allocator bug (#16712) · c6189637
      Zeng Jinle 提交于
      * Revert "Revert "Fix allocator bug""
      
      This reverts commit 174d0d0b.
      
      * Revert "fix travis ci"
      
      This reverts commit 5656fa9f.
      
      test=develop
      
      * add inlined_vector.h, test=develop
      
      * add inlined_vector_test,test=develop
      c6189637
  3. 29 3月, 2019 7 次提交
  4. 28 3月, 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. 28 1月, 2019 1 次提交
  7. 21 1月, 2019 1 次提交
  8. 24 12月, 2018 1 次提交
  9. 04 12月, 2018 1 次提交
  10. 14 11月, 2018 1 次提交
  11. 28 9月, 2018 1 次提交
  12. 14 9月, 2018 1 次提交
  13. 10 9月, 2018 1 次提交
  14. 03 7月, 2018 2 次提交
  15. 02 7月, 2018 7 次提交
  16. 30 6月, 2018 1 次提交
  17. 07 4月, 2018 2 次提交
  18. 06 4月, 2018 1 次提交
  19. 12 2月, 2018 1 次提交
  20. 11 2月, 2018 1 次提交