1. 17 1月, 2022 1 次提交
  2. 08 11月, 2021 1 次提交
  3. 26 10月, 2021 1 次提交
    • F
      [CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and... · 15cb05c8
      Fan Zhang 提交于
      [CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and sparse table name in config_fleet.py (#36215)
      
      * [CPU-PSLIB] Add consistency insepection of use_var_list and data_generator data
      
      * [CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and sparse table name in config_fleet.py
      15cb05c8
  4. 07 9月, 2021 2 次提交
  5. 17 8月, 2021 1 次提交
  6. 12 8月, 2021 1 次提交
  7. 26 7月, 2021 1 次提交
  8. 16 7月, 2021 1 次提交
  9. 18 5月, 2021 2 次提交
  10. 09 4月, 2021 1 次提交
  11. 30 3月, 2021 1 次提交
    • S
      Scale 1.8 (#31940) · c36c22fe
      Shang Zhizhou 提交于
      * add n-d input support for trt scale converter (#31316)
      
      * add n-d input support for trt scale converter
      
      * add flatten for ut
      
      * fix dims
      
      * fix batchnorm when inpu dims < 3 (#31933)
      
      * fix batchnorm when inpu dims < 3
      
      * add unittest for batchnorm dims = 2
      
      * fix unittest
      Co-authored-by: NPei Yang <peiyang@baidu.com>
      c36c22fe
  12. 24 3月, 2021 1 次提交
  13. 11 3月, 2021 1 次提交
  14. 04 1月, 2021 1 次提交
  15. 31 12月, 2020 1 次提交
  16. 09 12月, 2020 1 次提交
  17. 07 12月, 2020 2 次提交
  18. 03 12月, 2020 2 次提交
  19. 01 12月, 2020 2 次提交
  20. 25 11月, 2020 1 次提交
  21. 24 11月, 2020 1 次提交
  22. 20 11月, 2020 1 次提交
  23. 13 11月, 2020 1 次提交
    • S
      Skip layernorm to 1.8 (#28583) · ec672e88
      Shang Zhizhou 提交于
      * 裁剪transformer模型trt支持;修复tensorRT不支持DeletePass的bug (#28517)
      
      * skip_layernorm_op done
      
      * add unittest
      
      * slice op convertor support trt < 6
      
      * skip_layernorm only work in ernie
      
      * fix unittest
      
      * fix unittest
      ec672e88
  24. 09 11月, 2020 1 次提交
  25. 05 11月, 2020 1 次提交
    • S
      Ernie varlen to 1.8 (#28400) · 78d68d59
      Shang Zhizhou 提交于
      * Fix TRT plugin registry without TRT lib (#25982)
      
      * fix trt plugin registry without trt lib
      
      * support trt4
      
      * refine code style
      
      * pick ea851796 from develop
      
      * cherry-pick develop PR  #26273 && #27796
      
      * fix unittest error
      
      * fix unittest error
      
      * remove const_cast
      Co-authored-by: NPei Yang <peiyang@baidu.com>
      78d68d59
  26. 13 10月, 2020 1 次提交
  27. 12 10月, 2020 1 次提交
  28. 10 10月, 2020 3 次提交
  29. 28 9月, 2020 1 次提交
  30. 27 9月, 2020 2 次提交
  31. 23 9月, 2020 1 次提交
    • P
      Optimize slice trt plugin (#26970) (#27456) · 8e1712a7
      Pei Yang 提交于
      * optimize slice TRT plugin
      
      This patch removes unnecessary barrier for data transfer of needed offset,
      so data transfer can be overlap with GPU kernel execution.
      
      This patch also fixes incorrect name of slice plugin. That is, replaces
      "layernorm" with "slice"
      
      test=develop
      
      * add serialize/deserialize to slice plugin
      
      * add static shape slice trt plugin
      
      * fix slice trt op convertor dynamic shape bug
      
      * fix format by clang-format
      
      * fix pylint format error
      
      * fix problems commented by peiyang
      Co-authored-by: NRyan Jeng <rjeng@nvidia.com>
      Co-authored-by: NShang Zhizhou <shangzhizhou@baidu.com>
      Co-authored-by: NRyan Jeng <rjeng@nvidia.com>
      8e1712a7
  32. 22 9月, 2020 1 次提交