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