1. 09 12月, 2020 1 次提交
  2. 08 12月, 2020 1 次提交
    • J
      added internal and external reorders to profiler (#29443) · 57a4f16d
      jakpiase 提交于
      * added external reorder to profiler
      
      * added external and internal reorders to profiler
      
      * added internal and external reorder to profiler
      
      * added formatting to int/ext reorder commit
      
      * removed unnecessary comment
      57a4f16d
  3. 07 12月, 2020 1 次提交
  4. 04 12月, 2020 4 次提交
  5. 01 12月, 2020 2 次提交
  6. 27 11月, 2020 5 次提交
    • S
      Support dynamic graph distributed (#28997) · e2d01eb6
      ShenLiang 提交于
      * add reducer
      
      * refine envent for memorycopy
      
      * add concat&split for allreduce
      
      * apply concat & split for fuse tensor
      
      * fix nccl dep
      
      * fix the untest, compile problem and ddp initialize problem
      
      * fix untest for mac & add some comments & solve the repeated param in sublayers
      
      * fix untest for windows & fix document
      e2d01eb6
    • Z
      fix CUDA 11 error on windows (#29101) · e668cb07
      Zhou Wei 提交于
      e668cb07
    • A
      bc902044
    • S
      detect tensorRT plugin fp16 in runtime (#27933) · b9e76a01
      Shang Zhizhou 提交于
      * remove -DSUPPORTS_CUDA_FP16 in cuda.cmake
      
      * comile with cuda9
      
      * add some unittest
      
      * notest;test=coverage
      
      * add unittest for trt plugin swish && split
      
      * update ernie unittest
      
      * fix some error message
      
      * remove repeated judgement of CUDA version in mbEltwiseLayerNormOpConverter
      
      * fix comile errror when CUDA_ARCH_NAME < Pascal"
      
      * fix comile error
      
      * update unittest timeout
      
      * compile with cuda9
      
      * update error msg
      
      * fix code style
      
      * add some comments
      
      * add define IF_CUDA_ARCH_SUPPORT_FP16
      
      * rename IF_CUDA_ARCH_SUPPORT_FP16 to CUDA_ARCH_FP16_SUPPORTED
      b9e76a01
    • L
      fix typo of flag name (#29154) · fd3fcb05
      Leo Chen 提交于
      fd3fcb05
  7. 26 11月, 2020 1 次提交
  8. 25 11月, 2020 2 次提交
  9. 23 11月, 2020 2 次提交
  10. 20 11月, 2020 2 次提交
  11. 17 11月, 2020 2 次提交
  12. 13 11月, 2020 1 次提交
  13. 04 11月, 2020 1 次提交
  14. 03 11月, 2020 4 次提交
  15. 02 11月, 2020 2 次提交
  16. 30 10月, 2020 1 次提交
  17. 28 10月, 2020 1 次提交
  18. 27 10月, 2020 1 次提交
    • C
      Enrich the python error types of paddle & polish format (#28124) · 813b2ade
      Chen Weihang 提交于
      * add multiple exception type
      
      * define all exception & polish compile pystack
      
      * mapping paddle error to python exception
      
      * polish static mode error format
      
      * fix failed unittests
      
      * fix dytostatic test_error
      
      * fix check_nan_inf failed
      
      * add unittest for coverage
      
      * revert some code try to solve compile error
      
      * refactor enforce & error change
      
      * polish code & add unittest
      813b2ade
  19. 23 10月, 2020 1 次提交
  20. 21 10月, 2020 1 次提交
  21. 20 10月, 2020 1 次提交
  22. 19 10月, 2020 1 次提交
  23. 16 10月, 2020 1 次提交
    • L
      [oneDNN] Conv dilation support (#27914) · 7cb4a8b8
      lidanqing 提交于
      * conv dilated mkldnn support: forward and backward pass
      
      * add mkldnn conv_transpose dilation UT
      test=develop
      
      * remove unnecessary PADDLE_ENFORCE
      
      * add int8 and bf16 dilated conv UT
      
      * update according to reviews
      7cb4a8b8
  24. 14 10月, 2020 1 次提交