1. 16 3月, 2023 2 次提交
    • W
      split layernorm pass (#51228) · 3f3372b6
      wenbin 提交于
      * split pass
      
      * fix compile
      
      * fix ut
      
      * more time
      
      * modify ut
      
      * reduce dim
      
      * fix compile
      
      * reshape weight
      
      * tensor
      
      * remove enforce
      
      * static shape ut
      
      * batchsize
      
      * reorder pass
      
      * minus test cases
      
      * windows timeout
      
      * windows time out
      
      * remove test for windows
      
      * correct
      
      * sssss
      
      * xxx
      3f3372b6
    • X
      add index select op (#51498) · 543da561
      xjmxyt 提交于
      * add index select op
      
      * add to op teller
      
      * add trt version control
      
      * delete useless code
      543da561
  2. 14 3月, 2023 1 次提交
  3. 13 3月, 2023 1 次提交
    • S
      Fused softplus (#51087) · fdcfa04f
      Sławomir Siwek 提交于
      * mkldnn->onednn
      
      * fused softplus op + kernel
      
      * remove extra attributes
      
      * add missing handler
      
      * change var name
      fdcfa04f
  4. 07 3月, 2023 1 次提交
  5. 06 3月, 2023 1 次提交
  6. 02 3月, 2023 2 次提交
  7. 01 3月, 2023 1 次提交
  8. 28 2月, 2023 2 次提交
  9. 24 2月, 2023 1 次提交
  10. 23 2月, 2023 3 次提交
  11. 22 2月, 2023 1 次提交
  12. 21 2月, 2023 2 次提交
  13. 17 2月, 2023 1 次提交
  14. 16 2月, 2023 3 次提交
  15. 14 2月, 2023 2 次提交
  16. 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
  17. 10 2月, 2023 1 次提交
  18. 09 2月, 2023 3 次提交
  19. 08 2月, 2023 1 次提交
    • P
      fuse quantize+transpose and transpose+dequantize (#49509) · 197a4ffe
      Paulina Gacek 提交于
      * QuantTranpose pattern is being found by pass
      
      * quant + transpose fuse
      
      * code style changes
      
      * UT written, reorder fixed
      
      * Dequantize + transpose2 fuse  added
      
      * pass name changed
      
      * UT added & shift corrected
      
      * got rid of redundancy
      
      * review changes
      
      * AsIntermediate corrected
      
      * compat added
      197a4ffe
  20. 06 2月, 2023 1 次提交
  21. 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
  22. 31 1月, 2023 2 次提交
  23. 19 1月, 2023 1 次提交
  24. 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
  25. 16 1月, 2023 2 次提交
  26. 13 1月, 2023 1 次提交