1. 28 12月, 2020 1 次提交
  2. 24 12月, 2020 2 次提交
  3. 21 12月, 2020 1 次提交
  4. 17 12月, 2020 1 次提交
  5. 07 12月, 2020 1 次提交
  6. 02 12月, 2020 1 次提交
  7. 21 11月, 2020 1 次提交
  8. 20 11月, 2020 1 次提交
  9. 19 11月, 2020 1 次提交
  10. 16 11月, 2020 1 次提交
  11. 12 11月, 2020 1 次提交
  12. 11 11月, 2020 1 次提交
  13. 09 11月, 2020 1 次提交
  14. 08 11月, 2020 1 次提交
    • Y
      exec ut no more than 15s 1 (#28439) · ba075632
      YUNSHEN XIE 提交于
      * disable ut test_parallel_executor_fetch_isolated_var,test=document_fix
      
      * test for limiting ut exec time as 15S
      
      * fix an error caused by cannot find ut
      
      * fix some error
      
      * can not find test_transformer
      
      * fix error caused by ut not run in windows
      
      * fix error caused by Compiler Options
      
      * fix error caused by setting timeout value as 15 in python/paddle/tests/CMakeLists.txt
      
      * setting timeout value to 120s for old ut
      
      * add the timeout value setting
      
      * fix error caused by ut only run in coverage_ci
      
      * add analyzer_transformer_profile_tester
      
      * fix some error
      
      * fix some error
      
      * fix error with inference option
      
      * fix error with inference option setting as ON_INFER
      
      * add some ut to set timeout
      
      * modified some option
      
      * fix error
      
      * fix some timeout error
      
      * fix error
      
      * fix error
      
      * fix timeout for test_analyzer_bfloat16_resnet50
      
      * fix error
      
      * setting timeout properity for some ut
      
      * first pr for new ut timeout as 15S
      ba075632
  15. 06 11月, 2020 1 次提交
  16. 03 11月, 2020 1 次提交
    • S
      TensorRT中ernie模型推理性能优化,支持变长输入 (#28367) · ea851796
      Shang Zhizhou 提交于
      * fp16 result ok
      
      * change -DWITH_NVINFER_PLUGIN toconfig.EnableTensorRtOSS
      
      * auto detect special slice op converter for ernie with trt oss
      
      * ernie oss only support fp16
      
      * fix special_slice_plugin serialize bug
      
      * matmul in tensorrt ok
      
      * ernie unittest ok
      
      * add matmul tensorrt unittest
      
      * remove demo code
      ea851796
  17. 29 10月, 2020 1 次提交
  18. 26 10月, 2020 1 次提交
  19. 21 10月, 2020 1 次提交
  20. 20 10月, 2020 1 次提交
  21. 13 10月, 2020 2 次提交
  22. 10 10月, 2020 1 次提交
  23. 24 9月, 2020 3 次提交
    • W
      Fix memory leak for mkldnn. (#27493) · df7fabee
      Wilber 提交于
      df7fabee
    • W
      windows lib size crop from 5.4G to 3.9G (#27477) · ec4155d7
      Wilber 提交于
      ec4155d7
    • W
      use iwyu clean include (#27267) · df43905f
      wanghuancoder 提交于
      * use iwyu clean include, test=develop, test=win
      
      * compilation error, test=develop
      
      * fix compilation error2, test=develop
      
      * fix compilation error3, test=develop
      
      * fix compilation error4, test=develop
      
      * fix compilation error5, test=develop
      
      * fix compilation error6, test=develop
      
      * fix compilation error7, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error10, test=develop
      
      * fix compilation error11, test=develop
      df43905f
  24. 23 9月, 2020 2 次提交
  25. 22 9月, 2020 1 次提交
  26. 21 9月, 2020 1 次提交
  27. 16 9月, 2020 1 次提交
  28. 14 9月, 2020 1 次提交
  29. 11 9月, 2020 2 次提交
  30. 10 9月, 2020 1 次提交
  31. 09 9月, 2020 1 次提交
  32. 07 9月, 2020 1 次提交
  33. 02 9月, 2020 1 次提交
  34. 01 9月, 2020 1 次提交
    • Z
      [Paddle-TRT] Stack op plugin (#25605) · ad6e3dd6
      zlsh80826 提交于
      * 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
      ad6e3dd6