1. 04 3月, 2020 3 次提交
    • H
      dygraph backward engine accelerate (#22808) · c736fef9
      hong 提交于
      * fix loaded program load bug; test=develop
      
      * first version
      
      * speed backward engin; test=develop
      
      * remove useless code; test=develop
      
      * reconvery io.py; test=develop
      
      * remove useless code; test=develop
      
      * remove useless code; test=develop
      c736fef9
    • Z
      Add flags to limit gpu memory (#22793) · d41d802b
      Zeng Jinle 提交于
      * add recorded cuda memory apis, fix typo, test=develop
      
      * add more ut, test=develop
      
      * follow comments, test=develop
      
      * fix py35 incompatible issues, test=develop
      d41d802b
    • serialize the PaddleTensor, test=develop (#22810) · 1861ca88
      石晓伟 提交于
      * encapsulate the PaddleTensorToLoDTensor, test=develop
      
      * serialize the pd_tensor, test=develop
      
      * serialize tensors to file, test=develop
      1861ca88
  2. 03 3月, 2020 3 次提交
  3. 02 3月, 2020 6 次提交
    • Z
      Unmerged fetch list (#22635) · 89cfa491
      Zhen Wang 提交于
      * update ScopeBufferedSSAGraphExecutor&AsyncSSAGraphExecutor&ThreadedSSAGraphExecutor&FastThreadedSSAGraphExecutor&ParallelSSAGraphExecutor&ParallelExecutor for fetching unmerged results.
      
      * add the unit test for fetch_unmerged.
      
      * update ut for multi-card and multi-cpu.
      
      * add the error message and the user suggestion in FetchOpHandle. test=develop
      89cfa491
    • W
      polish the profiler_help code (#22811) · 8456c3f4
      wangchaochaohu 提交于
      8456c3f4
    • C
      Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) · 7d8d5734
      Chen Weihang 提交于
      * add lodtensor share memory & serialization, test=develop
      
      * fix windows compile error, test=develop
      
      * deal vartype pickle & fix unittest matching error message, test=develop
      
      * update timeout variable name, test=develop
      
      * refactor memory map implement, test=develop
      
      * clear mmap file discripter when exit unexpectedly, test=develop
      
      * remove the child process fd in advance, test=develop
      
      * remove mmap fds after Queue.put in child process, test=develop
      
      * add hard unittests for register exit func, test=develop
      
      * fix python2 compatibility problem in unittest, test=develop
      
      * fix exception unittest error, test=develop
      
      * polish code based review comment, test=develop
      7d8d5734
    • L
      Fix inference c api PD_GetZeroCopyOutput lod (#22768) · 324f2b39
      liu zhengxi 提交于
      * fix inference c api lod, test=develop
      
      * fix capi lod problem and enrich tests, test=develop
      
      * delete useless header files and alter const_cast, test=develop
      324f2b39
    • W
      Profile code refine (#22800) · 7578fcba
      wangchaochaohu 提交于
      * add profiler_help.h to refine the code test=develop
      7578fcba
    • H
      support customized download command in dataset (#22782) · 53a2b68f
      hutuxian 提交于
      * user can call dataset.set_download_cmd to set its customized download cmd
      * add UT to cover this scenario
      53a2b68f
  4. 01 3月, 2020 1 次提交
  5. 28 2月, 2020 2 次提交
  6. 27 2月, 2020 3 次提交
  7. 26 2月, 2020 4 次提交
  8. 25 2月, 2020 5 次提交
  9. 24 2月, 2020 4 次提交
    • S
      add partial_sum op in contrib (#22292) · 3132681e
      ShenLiang 提交于
      * add partial_sum_op, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the bug for python3, test=develop
      
      * modify the ut for ci, test=develop
      
      * mv to contrib, test=develop
      
      * use check_variable_and_dtype, test=develop
      
      * fix ci, test=develop
      
      * fix conflict, test=dvelop
      
      * add partial concat, test=develop
      
      * fix the conflict, test=develop
      
      * fix the error, test=develop
      
      * rm SSE4, test=develop
      3132681e
    • W
      Fusion group profile support (#22718) · 611411b9
      wangchaochaohu 提交于
      * add support for the driver api callback and fix the profiler name show bug
      611411b9
    • S
      add partial_concat op in contrib (#22528) · e1366613
      ShenLiang 提交于
      * add partial_concat, test=develop
      
      * fix the grids and blocks, test=develop
      
      * fix the Paddle_Enforce, test=develop
      
      * fix the doc of op, test=develop
      
      * fix the doc, test=develop
      
      * fix the doc of the op, test=develop
      
      * replace -1 with None, test=develop
      e1366613
    • G
      Add an inference interface to disable FC padding (#22097) · cdf5f6fb
      GaoWei8 提交于
      * Add an interface of disabling FC padding
      * fix bert regression
      * polish fc padding interface
      * recover pass function
      * fix argument error
      * fix mkldnn error
      cdf5f6fb
  10. 23 2月, 2020 1 次提交
  11. 22 2月, 2020 2 次提交
  12. 21 2月, 2020 3 次提交
  13. 20 2月, 2020 1 次提交
  14. 19 2月, 2020 1 次提交
  15. 18 2月, 2020 1 次提交