1. 11 3月, 2020 5 次提交
  2. 10 3月, 2020 5 次提交
  3. 09 3月, 2020 5 次提交
  4. 07 3月, 2020 1 次提交
  5. 06 3月, 2020 4 次提交
  6. 05 3月, 2020 4 次提交
  7. 04 3月, 2020 4 次提交
  8. 03 3月, 2020 6 次提交
  9. 02 3月, 2020 6 次提交
    • W
      Polish profiler doc (#22815) · 0c55c79f
      wangchaochaohu 提交于
      * polish the profiler doc
      0c55c79f
    • C
      15e59c31
    • 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
    • H
      fix basic gru lstm parameter attr bug; test=develop (#22508) · f05c213f
      hong 提交于
      * fix basic gru lstm parameter attr bug; test=develop
      
      * fix bias attr bug; test=develop
      
      * add basic lstm gru name unitest; test=develop
      f05c213f
    • Z
      upgrade fp32 to fp64, enlarge input shape for hsigmoid unittest (#22773) · cde53789
      zhupengyang 提交于
      * upgrade fp32 to fp64, remove no_grad_set, enlarge input shape for hsigmoid unittest test=develop
      
      * revert "remove no_grad_set" test=develop
      cde53789
    • 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