1. 14 10月, 2021 1 次提交
  2. 22 9月, 2021 1 次提交
  3. 14 9月, 2021 1 次提交
  4. 27 7月, 2021 1 次提交
  5. 06 7月, 2021 1 次提交
  6. 01 7月, 2021 1 次提交
  7. 30 4月, 2021 1 次提交
  8. 25 4月, 2021 3 次提交
  9. 26 3月, 2021 1 次提交
  10. 24 3月, 2021 1 次提交
  11. 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
  12. 12 3月, 2021 1 次提交
  13. 05 3月, 2021 2 次提交
  14. 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
  15. 20 2月, 2021 1 次提交
  16. 18 2月, 2021 2 次提交
  17. 04 2月, 2021 1 次提交
  18. 25 1月, 2021 1 次提交
  19. 11 1月, 2021 1 次提交
  20. 06 1月, 2021 1 次提交
  21. 04 1月, 2021 2 次提交
  22. 30 12月, 2020 2 次提交
  23. 23 12月, 2020 1 次提交
  24. 03 12月, 2020 1 次提交
  25. 16 11月, 2020 1 次提交
  26. 12 11月, 2020 1 次提交
  27. 06 11月, 2020 1 次提交
  28. 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
  29. 13 10月, 2020 1 次提交
  30. 12 10月, 2020 1 次提交
  31. 28 9月, 2020 1 次提交
  32. 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
  33. 16 9月, 2020 1 次提交
  34. 11 9月, 2020 1 次提交