1. 04 4月, 2020 7 次提交
  2. 03 4月, 2020 13 次提交
  3. 02 4月, 2020 8 次提交
  4. 01 4月, 2020 9 次提交
  5. 31 3月, 2020 3 次提交
    • Y
      fix nccl comm double free bug (#23344) · 0471476a
      Yi Liu 提交于
      As nccl comm is not created by CUDADeviceContext, it should be destroyed by the creator as the best practice of RAII.
      0471476a
    • W
      Profiler refine (#23294) · 1ee2a9a4
      wangchaochaohu 提交于
      * refine output of profiler for child event 
      1ee2a9a4
    • L
      Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) · 488b2387
      Leo Chen 提交于
      * expand parameters, test=develop
      
      * support resnet, test=develop
      
      * fix resnet, test=develop
      
      * support duplicable out, test=develop
      
      * support ptb
      
      * fix bugs, test=develop
      
      * support null input, test=develop
      
      * fix bugs, test=develop
      
      * fix batchNorm is_test, test=develop
      
      * refine code, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      488b2387