1. 10 4月, 2023 1 次提交
  2. 04 4月, 2023 1 次提交
  3. 03 4月, 2023 1 次提交
  4. 29 3月, 2023 1 次提交
  5. 28 3月, 2023 1 次提交
  6. 27 3月, 2023 1 次提交
  7. 24 3月, 2023 2 次提交
  8. 23 3月, 2023 1 次提交
  9. 21 3月, 2023 2 次提交
    • E
      fix mutable of custom place (#51710) · cb1d6b50
      engineer1109 提交于
      remove namespace
      
      codestyle
      
      move setPlace to Public
      
      fix devicetype
      cb1d6b50
    • 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
  10. 20 3月, 2023 1 次提交
    • S
      [Hackathon NO.71] 为 Paddle-TRT 添加 pad3d 算子 (#50986) · c36e3fd2
      Sonder 提交于
      * update codes about pad3d
      
      * add codes about Tensor type Padding
      
      * update
      
      * 更新单测文件
      
      * format code style
      
      * update and to &&'
      
      * rewrite codes about pad3d
      
      * add codes about converting paddle pad format to tensorrt pad format
      
      * fix some errors
      
      * 指定trt版本范围
      
      * 修正dims初始化方式
      
      * fix code style
      
      * update test pad values
      
      * 指定pad3d trt版本
      
      * 更新 单测 文件范围
      
      * 更新单测文件
      
      * update pad3d paddings convert codes
      
      * update pad3d
      
      * add static mode support
      
      * update test file
      
      * fix bugs about dynamic mode test codes
      
      * fix bug and add limite in op_teller
      
      * use a new padding convert method[ITensor* padding with using Slice to split the pre_pad and the  post pad]
      
      * fix PADDLE_THROW grammaly error
      
      * update test codes
      
      * 添加对于Tensor padding 的 size 判断
      c36e3fd2
  11. 16 3月, 2023 1 次提交
    • X
      add index select op (#51498) · 543da561
      xjmxyt 提交于
      * add index select op
      
      * add to op teller
      
      * add trt version control
      
      * delete useless code
      543da561
  12. 14 3月, 2023 1 次提交
  13. 06 3月, 2023 1 次提交
  14. 02 3月, 2023 1 次提交
  15. 28 2月, 2023 2 次提交
  16. 23 2月, 2023 1 次提交
  17. 21 2月, 2023 2 次提交
  18. 16 2月, 2023 1 次提交
  19. 14 2月, 2023 2 次提交
  20. 11 2月, 2023 1 次提交
    • W
      [TRT] elementwise_add+transpose fusion (#50081) · fd0d4fa4
      Wang Bojun 提交于
      * eleadd_trans first version
      
      log fix
      
      * refine code for linear format, add pass check
      
      * linear format refine and ut fix
      
      * fix ut
      
      * windows ut
      
      * windows ut 2
      
      * move tensorMeta and alloc to configure
      fd0d4fa4
  21. 09 2月, 2023 2 次提交
  22. 01 2月, 2023 2 次提交
    • W
      Preln fix (#49802) · e03718f5
      Wang Bojun 提交于
      * preln_residual 2 fused_bias_residual
      
      * skip layernorm fix and ut
      
      * code refine
      
      * code style refine
      
      * fix ut
      
      * fix output
      
      * add trt layer fall back info
      
      * refine op teller and ut
      
      * DropoutMaskOut output fix
      e03718f5
    • H
      jit layer support multi thread and fix predictor clone (#50095) · 9fa2eb38
      Hui Zhang 提交于
      * jit layer support multi thread
      
      * fix bug
      
      * clone prediector not do graph optimizer
      
      * format
      
      * fix comment and format
      
      * fix override and fromat
      
      * fix
      
      * fix
      9fa2eb38
  23. 31 1月, 2023 1 次提交
  24. 19 1月, 2023 1 次提交
  25. 17 1月, 2023 1 次提交
    • Y
      [PHI]Change feed_op to phi kernel (#49116) · f7f1dc03
      YuanRisheng 提交于
      * change feed_op to phi kernel
      
      * fix ci bugs
      
      * fix build bugs
      
      * fix ci bugs
      
      * fix compile bugs
      
      * fix ci bugs
      
      * perfect code
      
      * perfect comment code
      
      * fix install bugs
      
      * modify code according comment
      
      * remove visitor in feed_op
      
      * modify according comment
      
      * perfect code according comment
      
      * add infershape
      
      * fix py3 bugs
      
      * fix getexpected kernel type
      
      * fix getexpected kernel type
      
      * fix ci bugs
      
      * add registry for custom device
      
      * fix py3 bugs
      
      * fix floating point error
      
      * fix py3 test bugs
      f7f1dc03
  26. 13 1月, 2023 1 次提交
  27. 10 1月, 2023 2 次提交
  28. 09 1月, 2023 1 次提交
    • W
      Preln groupnorm (#49463) · 591be3bd
      wenbin 提交于
      * skip_groupnorm
      
      * init
      
      * preln
      
      * add ut
      
      * more assert
      
      * set timeout
      
      * fix windows ci issue
      591be3bd
  29. 03 1月, 2023 2 次提交
  30. 20 12月, 2022 2 次提交