1. 28 2月, 2023 2 次提交
  2. 27 2月, 2023 2 次提交
  3. 24 2月, 2023 3 次提交
  4. 23 2月, 2023 3 次提交
  5. 22 2月, 2023 2 次提交
  6. 21 2月, 2023 2 次提交
  7. 20 2月, 2023 1 次提交
  8. 17 2月, 2023 1 次提交
  9. 16 2月, 2023 5 次提交
  10. 14 2月, 2023 2 次提交
  11. 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
  12. 10 2月, 2023 1 次提交
  13. 09 2月, 2023 4 次提交
  14. 08 2月, 2023 4 次提交
  15. 07 2月, 2023 1 次提交
  16. 06 2月, 2023 3 次提交
  17. 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
  18. 31 1月, 2023 1 次提交
    • W
      gn_silu (#49928) · 111075a3
      wenbin 提交于
      * gn_silu
      
      * add ut
      
      * set TIMEOUT
      
      * correct comments
      
      * comments
      
      * disable windows ut
      
      * rename parameter
      111075a3