1. 25 4月, 2021 1 次提交
    • D
      Nne integration (#32255) · feb2e476
      denglin-github 提交于
      * Add dlnne engine runtime
      
      * Fix log
      
      * Remove <const_cast> and remove unrelated modify with dlnne, +clang-format
      
      * Fix CMakeList format error
      
      * Add copyright message
      
      * Fix dlnne CMakeList.txt
      
      * Add some paddlepaddle_pass to support more networks
      
      * Fix some format bug
      feb2e476
  2. 26 3月, 2021 1 次提交
  3. 24 3月, 2021 1 次提交
  4. 23 3月, 2021 1 次提交
    • S
      fix tensorrt output varible reshape (#31733) · 9d04ef73
      Shang Zhizhou 提交于
      * fix tensorrt output varible reshape
      
      * move padding shape x 1 x 1 in ernie to qkv and fc
      
      * update layer name
      
      * fix softmax when input is dynamic, fc not padding any more
      
      * fix varlen
      
      * move fc x_dim assert to op_teller
      9d04ef73
  5. 12 3月, 2021 1 次提交
  6. 05 3月, 2021 2 次提交
  7. 02 3月, 2021 1 次提交
    • S
      support trt serialize when load model from memory (#31342) · 6404c438
      Shang Zhizhou 提交于
      * support trt serialize when load model from memory
      
      * delete conv_bn_fuse_pass before tensorrt, with which trt serialize engine id is not stable
      
      * Revert "delete conv_bn_fuse_pass before tensorrt, with which trt serialize engine id is not stable"
      
      performance degradation, fix in the future
      
      This reverts commit fa6cd17e60b15df351efda379ddd00e9e9c1fea9.
      
      * add delete conv_bn
      
      * delete path when delete_cache_files
      6404c438
  8. 20 2月, 2021 1 次提交
  9. 18 2月, 2021 2 次提交
  10. 04 2月, 2021 1 次提交
  11. 25 1月, 2021 1 次提交
  12. 11 1月, 2021 1 次提交
  13. 06 1月, 2021 1 次提交
  14. 04 1月, 2021 2 次提交
  15. 30 12月, 2020 2 次提交
  16. 23 12月, 2020 1 次提交
  17. 03 12月, 2020 1 次提交
  18. 16 11月, 2020 1 次提交
  19. 12 11月, 2020 1 次提交
  20. 06 11月, 2020 1 次提交
  21. 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
  22. 13 10月, 2020 1 次提交
  23. 12 10月, 2020 1 次提交
  24. 28 9月, 2020 1 次提交
  25. 24 9月, 2020 1 次提交
    • 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
  26. 16 9月, 2020 1 次提交
  27. 11 9月, 2020 1 次提交
  28. 03 9月, 2020 1 次提交
  29. 25 8月, 2020 1 次提交
  30. 12 8月, 2020 1 次提交
  31. 22 7月, 2020 1 次提交
    • supports xpu runtime, test=develop (#25554) · 72064172
      石晓伟 提交于
      * update ResetHolder, test=develop
      
      * add TensorShare for lite engine, test=develop
      
      * tensor data changed from copying to sharing, test=develop
      
      * supports xpu runtime, test=develop
      
      * fix code styles, test=develop
      72064172
  32. 21 6月, 2020 1 次提交
  33. 18 6月, 2020 1 次提交
  34. 08 6月, 2020 1 次提交
  35. 03 6月, 2020 1 次提交
  36. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f