1. 01 7月, 2022 1 次提交
  2. 22 6月, 2022 1 次提交
  3. 05 6月, 2022 1 次提交
  4. 18 5月, 2022 1 次提交
  5. 02 4月, 2022 1 次提交
  6. 11 2月, 2022 1 次提交
  7. 18 1月, 2022 1 次提交
  8. 30 12月, 2021 1 次提交
  9. 17 12月, 2021 1 次提交
  10. 03 12月, 2021 1 次提交
  11. 01 11月, 2021 1 次提交
  12. 27 10月, 2021 1 次提交
  13. 19 10月, 2021 1 次提交
  14. 18 10月, 2021 1 次提交
  15. 14 10月, 2021 1 次提交
    • J
      Sparsity support (#36413) · b857d755
      JingZhuangzhuang 提交于
      * add pool2d convert test
      
      * modify error
      
      * modify error
      
      * modify error
      
      * modify error
      
      * modify error
      
      * modify error
      
      * sparsity support
      b857d755
  16. 14 9月, 2021 1 次提交
  17. 09 8月, 2021 1 次提交
  18. 28 7月, 2021 1 次提交
  19. 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
  20. 24 6月, 2021 1 次提交
    • 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
  21. 23 3月, 2021 1 次提交
  22. 04 2月, 2021 1 次提交
  23. 25 1月, 2021 1 次提交
  24. 19 1月, 2021 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. 14 9月, 2020 1 次提交
  27. 31 8月, 2020 1 次提交
  28. 28 7月, 2020 1 次提交
  29. 23 6月, 2020 1 次提交
  30. 15 6月, 2020 1 次提交
  31. 01 4月, 2020 1 次提交
  32. 26 3月, 2020 1 次提交
    • Z
      [Paddle-TRT]: Ernie Dynamic shape support. (#23138) · 430b0099
      Zhaolong Xing 提交于
      * add dynamic plugin support.
      test=develop
      
      * change emb eltwise layernorm to math function
      test=develop
      
      * add emb eltwise layernorm
      test=develop
      
      * can run dynamic shape ernie
      test=develop
      
      * fix ci
      test=develop
      
      * add ut for trt ernie dynamic
      
      test=develop
      
      * refine dynamic shape c++ interface.
      test=develop
      
      * fix comments
      test=develop
      
      * fix comments
      test=develop
      430b0099
  33. 09 3月, 2020 1 次提交
  34. 23 2月, 2020 1 次提交
  35. 05 2月, 2020 1 次提交
  36. 20 11月, 2019 1 次提交
  37. 18 11月, 2019 1 次提交
  38. 21 9月, 2019 1 次提交
  39. 20 9月, 2019 1 次提交
  40. 19 8月, 2019 1 次提交