1. 14 10月, 2022 1 次提交
  2. 13 10月, 2022 2 次提交
  3. 11 10月, 2022 2 次提交
  4. 10 10月, 2022 2 次提交
  5. 08 10月, 2022 1 次提交
  6. 26 9月, 2022 1 次提交
  7. 20 9月, 2022 1 次提交
  8. 15 9月, 2022 1 次提交
  9. 14 9月, 2022 1 次提交
  10. 09 9月, 2022 1 次提交
  11. 08 9月, 2022 2 次提交
  12. 07 9月, 2022 1 次提交
    • W
      Layernorm shift partition (#45736) · 960109af
      wenbin 提交于
      * first commit
      
      * conver done
      
      * correct format
      
      * layernorm_shift_partition
      
      * correct convert
      
      * redefine plugin
      
      * runable
      
      * bug fix
      
      * modify ShiftPartitionPattern
      
      * correct
      
      * add UT
      
      * modify ut
      
      * compile
      
      * modify enforce
      
      * modify UT
      960109af
  13. 06 9月, 2022 1 次提交
  14. 24 8月, 2022 1 次提交
  15. 22 8月, 2022 1 次提交
  16. 19 8月, 2022 1 次提交
  17. 16 8月, 2022 1 次提交
    • F
      convert multihead to oss (#45019) · f706d95d
      feng_shuai 提交于
      * convert multihead to oss
      
      * fix:bug
      
      * fix:delete const cast
      
      * fix:don't support bias_qk
      
      * add vit pass
      
      * fix:convert bug and add preln_residual_bias
      
      * support length=-1
      
      * add UT for convert
      
      * add no_bias_qk support for gpu_multihead_op
      
      * delete infer_shape depends on bias_qk
      
      * oss just can be used in T4 and A*
      
      * fix:change api for ROCM CI
      f706d95d
  18. 04 8月, 2022 2 次提交
  19. 29 7月, 2022 1 次提交
  20. 19 7月, 2022 2 次提交
  21. 18 7月, 2022 2 次提交
  22. 15 7月, 2022 1 次提交
  23. 13 7月, 2022 1 次提交
  24. 30 6月, 2022 1 次提交
  25. 29 6月, 2022 1 次提交
  26. 24 6月, 2022 1 次提交
  27. 23 6月, 2022 1 次提交
  28. 22 6月, 2022 1 次提交
  29. 20 6月, 2022 1 次提交
  30. 17 6月, 2022 3 次提交
  31. 16 6月, 2022 1 次提交
    • Z
      [Inference] add squeeze2/unsqueeze2 trt layer (#42782) · 8bc1c82d
      zhoutianzi666 提交于
      * add squeeze2
      
      * add squeeze
      
      * add squeeze2,unsqueeze2
      
      * merge develop
      
      * fix format
      
      * add conditions for squeeze2 and unsqueeze in op_teller
      
      * merge develop
      
      * add squeeze unsqueeze
      
      * add squeeze unsqueeze
      
      * add squeeze unsqueeze
      
      * remove unsqueeze2_eltwise_fuse_pass
      
      * add squeeze/unsqueeze
      8bc1c82d