1. 21 3月, 2023 1 次提交
    • iSerendipity's avatar
      [PHI decoupling] Move DataType* from paddle:experimental to phi namespace (#51716) · 4638a62e
      iSerendipity 提交于
      * move DataType from paddle::experimental to phi
      
      * convert namespace
      
      * convert namespace
      
      * convert namespace
      
      * clarify namespace
      
      * convert more datatype
      
      * Revert "convert more datatype"
      
      This reverts commit 083b462959e6a22d4d8767707b628b95b396642e.
      
      * convert more in auto_code_generator
      
      * fix conflicts for XPU
      
      * fix namespace conflicts
      
      * fix errors
      
      * Revert "fix errors"
      
      This reverts commit f9d9958b54ee32141112274c8a5c3c381ab0f876.
      
      * fix errors
      
      * fix formatting
      4638a62e
  2. 08 2月, 2023 1 次提交
  3. 16 1月, 2023 1 次提交
  4. 13 1月, 2023 1 次提交
    • Z
      [inference][trt]set output data type of trt network (#49712) · 690d7a69
      Zhang Jun 提交于
      * update trt engine to set in/out data type
      
      * update
      
      * Update engine.cc
      
      * Update engine.cc
      
      * update
      
      * set engine output type before freeze the network
      
      * update
      
      * update trt autoscan ut
      
      * update
      
      * update ut
      
      * fix equal bug, update ut
      
      * fix cast and equal ut
      
      * update cast ut using TRT < 8.4
      
      * set datatype from scope
      
      * check output var is nullptr
      
      * Update op_converter.h
      
      * update tensorrt_engine_op_test ut
      
      * update
      690d7a69
  5. 28 12月, 2022 1 次提交
  6. 21 12月, 2022 1 次提交
  7. 20 12月, 2022 1 次提交
  8. 12 12月, 2022 1 次提交
  9. 05 12月, 2022 1 次提交
  10. 16 11月, 2022 1 次提交
  11. 12 10月, 2022 1 次提交
  12. 11 10月, 2022 1 次提交
  13. 08 10月, 2022 1 次提交
  14. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  15. 22 9月, 2022 1 次提交
  16. 20 9月, 2022 1 次提交
  17. 06 9月, 2022 1 次提交
  18. 29 8月, 2022 1 次提交
  19. 15 8月, 2022 1 次提交
  20. 01 8月, 2022 1 次提交
  21. 08 7月, 2022 1 次提交
  22. 01 7月, 2022 1 次提交
  23. 22 6月, 2022 1 次提交
  24. 05 6月, 2022 1 次提交
  25. 18 5月, 2022 1 次提交
  26. 02 4月, 2022 1 次提交
  27. 11 2月, 2022 1 次提交
  28. 18 1月, 2022 1 次提交
  29. 30 12月, 2021 1 次提交
  30. 17 12月, 2021 1 次提交
  31. 03 12月, 2021 1 次提交
  32. 01 11月, 2021 1 次提交
  33. 27 10月, 2021 1 次提交
  34. 19 10月, 2021 1 次提交
  35. 18 10月, 2021 1 次提交
  36. 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
  37. 14 9月, 2021 1 次提交
  38. 09 8月, 2021 1 次提交
  39. 28 7月, 2021 1 次提交
  40. 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