1. 22 9月, 2020 2 次提交
    • T
      update python 2.7.15 (#27457) · 2747adff
      tianshuo78520a 提交于
      2747adff
    • G
      [cherry-pick] support python3.8 (#27450) · 5260e473
      guofei 提交于
      * Fix test_gast_with_compatibility.py due to the problem of gast in python3.8 (#27433)
      
      test=develop
      
      * fix dll load bug on windows from python3.8 (#27324)
      
      * Support python3.8 (#26850)
      
      * Support python3.8
      
      test=notest
      
      * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOS with python>=3.8 (#27317)
      
      * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOs when python>=3.8
      
      test=develop
      
      * Correct the error in decorator.py (#27409)
      
      test=develop
      Co-authored-by: NZhou Wei <52485244+zhouwei25@users.noreply.github.com>
      5260e473
  2. 21 9月, 2020 2 次提交
  3. 18 9月, 2020 1 次提交
    • P
      [cherry-pick][Paddle-TRT] Stack op plugin (#25605) (#27365) · 4283be52
      Pei Yang 提交于
      * [Paddle-TRT] Stack op plugin (#25605)
      
      * add stack_op to CMakeLists
      
      * add dim=3 support for scale op
      
      * add trt stack op, test=develop
      
      * remove debug message
      
      * add stack plugin serialize
      
      * remove slice, scale op, will add later
      
      * enhence error message
      
      * revise trt ernie test to conver the stack op CI testi, test=develop
      
      * add stack op serialization
      
      * fix test shape after adding stack op
      
      * remove slice op, will add after implementing serialization
      
      * roll back to min_graph=5 to avoid using slice op
      
      * fix scale op output layer
      
      * implement stack op createPlugin
      
      * use workspace and move the defination to .cu
      
      * move stack plugin creator definition to .cu, test=develop
      
      * sync ut with develop
      Co-authored-by: Nzlsh80826 <zlsh80826@gmail.com>
      4283be52
  4. 16 9月, 2020 1 次提交
  5. 14 9月, 2020 1 次提交
  6. 11 9月, 2020 1 次提交
  7. 10 9月, 2020 1 次提交
  8. 03 9月, 2020 1 次提交
  9. 02 9月, 2020 2 次提交
  10. 01 9月, 2020 1 次提交
  11. 24 8月, 2020 1 次提交
  12. 20 8月, 2020 1 次提交
  13. 19 8月, 2020 1 次提交
  14. 18 8月, 2020 1 次提交
  15. 12 8月, 2020 1 次提交
  16. 11 8月, 2020 1 次提交
  17. 10 8月, 2020 1 次提交
  18. 07 8月, 2020 3 次提交
  19. 06 8月, 2020 5 次提交
  20. 05 8月, 2020 3 次提交
  21. 04 8月, 2020 4 次提交
  22. 30 7月, 2020 2 次提交
    • Cherry-pick of lite engine, test=release/1.8 (#25817) · 45fa6861
      石晓伟 提交于
      * ignore warnings of external libraries, test=develop (#24193)
      
      * fix repeat definitions in liengine.cc, test=develop (#25020)
      
      * remove paddle_use_kernel and paddle_use_op. test=develop (#25189)
      
      * fix compile for lite subgraph. test=develop (#25285)
      
      * [CI] [Lite-Subgraph] CI add lite subgraph check. (#25346)
      
      * supports xpu runtime, test=develop (#25554)
      
      * fix cmake of lite, test=develop (#25680)
      
      * change commit files, test=release/1.8
      Co-authored-by: NWilber <jiweibo@baidu.com>
      45fa6861
    • C
      Fix index overflow bug of the CUDA kernel loop increment (#25435) (#25727) · e947d11e
      Chen Weihang 提交于
      * fix softmax_with_cross_entropy cuda kernel overflow bug, test=develop
      
      * replace old macro & for condition, test=develop
      
      * polish details, test=develop
      e947d11e
  23. 29 7月, 2020 1 次提交
  24. 27 7月, 2020 2 次提交
    • A
      Fix FC + GRU fuse pass (#25733) · 71e350c5
      Adam 提交于
      71e350c5
    • C
      [Cherry-pick] Fix Cudnn lib load problem & polish install error message (#25706) · 2d7e7759
      Chen Weihang 提交于
      * Add default cudnn lib path (#25175)
      
      * add default cudnn lib path, test=develop
      
      * change default path in func, test=develop
      
      * move to linux branch, test=develop
      
      * fix var error in other plat, test=develop
      
      * Refactor dynamic dso search functions (#25214)
      
      * refactor dynamic dso search func, test=develop
      
      * polish details, test=develop
      
      * polish detail based review comments, test=develop
      
      * revert string type change, test=develop
      
      * Polish install error hint message (#25531)
      
      * polish install error hint msg, test=develop
      
      * fix variable error, test=develop
      
      * polish hint messgae again
      2d7e7759