1. 12 7月, 2021 1 次提交
    • Z
      [Paddle-TRT] IPluginExt -> IPluginV2 (#33680) · 394f92aa
      zlsh80826 提交于
      * add trt LT version helper
      
      * upgrade PluginTensorRT to IPluginV2Ext
      
      * trt plugin factory is not usable in IPluginV2
      
      * upgrade add plugin api to use IPluginV2
      
      * remove IPlugin register and adapt getSerializeSize(), serialize()
      
      * adapt IPluginV2Layer
      
      * downgrade to IPluginV2
      
      * implement elementwise clone
      
      * add gelu plugin creator and fix gelu serialization bug
      
      * add swish plugin creator and fix swish serialization bug
      
      * format
      
      * fix typo
      
      * add elementwise plugin creator and fix serialization
      
      * add base creator class
      
      * add gelu plugin creator
      
      * add hard swish creator and fix serialization
      
      * add instance norm creator and fix serialization
      
      * add layer norm creator and fix serialization
      
      * add pool creator and fix serialization
      
      * add prelu creator and fix serialization
      
      * add slice creator and fix serialization
      
      * add swish creator and fix serialization
      
      * add instance norm op unittest
      
      * remove redundent api
      
      * fix wrong graph size to enable trt
      
      * instance norm function move to cc
      
      * add trt elementwise ut to trigger coverage
      
      * remove opt cahce to hit serialization coverage
      
      * remove opt cahce to hit serialization coverage
      
      * remove unused code
      
      * remove unused inputs_
      
      * add dbg info
      
      * remove dbg info
      
      * add instance norm serialization
      
      * roll back
      
      * remove comment code
      
      * remove trt plugin registery
      
      * fix prelu dynamic serialization
      
      * add prelu ut and reduce the input size to reduce memory usage
      
      * fix pool dynamic plugin serialization and add ut
      
      * refine pool ut with subtest
      
      * add env for avoiding oom
      
      * reduce test input size & increase pool op ut to 45s
      
      * add the contributor
      
      * remove copyright (will add in contributor)
      
      * remove copyright (will add in contributor)
      394f92aa
  2. 09 7月, 2021 1 次提交
  3. 08 7月, 2021 1 次提交
  4. 07 7月, 2021 1 次提交
  5. 06 7月, 2021 1 次提交
  6. 05 7月, 2021 1 次提交
  7. 01 7月, 2021 1 次提交
  8. 28 6月, 2021 2 次提交
  9. 25 6月, 2021 1 次提交
  10. 24 6月, 2021 2 次提交
    • Z
      [Paddle-TRT] TensorRT8 void** compatibility (#33662) · ae79a56b
      zlsh80826 提交于
      * add trt LT version helper
      
      * trt8 requires void** to be void* const*
      ae79a56b
    • Z
      [Paddle-TRT] Remove TensorRT deprecated API (#33654) · b6e9498e
      zlsh80826 提交于
      * add trt LT version helper
      
      * remove deprecated nvinfer1::DimsCHW and replace it to nvinfer1::Dims3
      
      * remove deprecated nvinfer1::DimsNCHW and replace it to nvinfer1::Dims4
      
      * update deserialize engine
      
      * update to createNetworkV2
      
      * update to createNetworkV2
      
      * update buildWithConfig and remove redundent config settings
      
      * replace createNetwork to createNetworkV2
      
      * fix int8
      
      * addMatrixMultiply
      
      * remove unnecessary const cast
      
      * IBuilder->setInt8Calibrator() is deprecated
      
      * auto enable fp16 when using int8
      
      * remove the redundant line
      b6e9498e
  11. 23 6月, 2021 1 次提交
  12. 21 6月, 2021 1 次提交
  13. 18 6月, 2021 1 次提交
  14. 17 6月, 2021 3 次提交
  15. 15 6月, 2021 1 次提交
  16. 12 6月, 2021 2 次提交
  17. 11 6月, 2021 2 次提交
  18. 09 6月, 2021 1 次提交
  19. 08 6月, 2021 2 次提交
  20. 07 6月, 2021 1 次提交
  21. 05 6月, 2021 1 次提交
  22. 04 6月, 2021 1 次提交
    • W
      fix inference prepare data bug (#33305) · dd181238
      wenbin 提交于
      * fix inference prepare data bug
      
      * rename functions
      
      * typo
      
      * typo
      
      * typo
      
      * UT correct
      
      * correct condition
      
      * correct condition
      
      * ci coverage
      
      * morelines
      
      * fix ci coverage
      dd181238
  23. 02 6月, 2021 1 次提交
  24. 01 6月, 2021 2 次提交
  25. 28 5月, 2021 1 次提交
    • W
      强化非trt conv判断 (#33150) · e90f3006
      wenbin 提交于
      * add more conditions
      
      * dynamic shape
      
      * ut
      
      * correct contidions
      
      * commnent
      
      * remove rebandadnt op type
      
      * remove rebandant if
      e90f3006
  26. 26 5月, 2021 1 次提交
  27. 25 5月, 2021 2 次提交
  28. 19 5月, 2021 2 次提交
  29. 08 5月, 2021 1 次提交
    • W
      [Paddle-TRT]fix trt-converter-fc_op (#32671) · 62d848de
      Wangzheee 提交于
      * [Paddle-TRT]fix fc_op
      
      * [Paddle-TRT]fix fc_op
      
      * [Paddle-TRT]fix fc_op
      
      * test_trt_subgraph_pass.py
      
      * fix elementwise_op
      
      * fix elementwise_op
      
      * fix elementwise_op
      
      * fix elementwise_op.cc
      
      * op_teller.cc
      62d848de
  30. 30 4月, 2021 1 次提交