1. 13 10月, 2020 1 次提交
  2. 12 10月, 2020 1 次提交
  3. 10 10月, 2020 1 次提交
  4. 28 9月, 2020 1 次提交
  5. 27 9月, 2020 2 次提交
  6. 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
  7. 22 9月, 2020 2 次提交
  8. 15 9月, 2020 1 次提交
  9. 11 9月, 2020 1 次提交
  10. 10 9月, 2020 1 次提交
  11. 27 8月, 2020 1 次提交
  12. 18 8月, 2020 1 次提交
  13. 17 8月, 2020 1 次提交
  14. 12 8月, 2020 2 次提交
  15. 07 8月, 2020 2 次提交
  16. 05 8月, 2020 1 次提交
    • H
      Cherry pick dygraph double grad depend bug (#25828) · 67e36296
      hong 提交于
      * Fix dygraph grad bugs (#25781)
      
      * fix double grad visitid unit; test=develop
      
      * change name hash_pair to HashPair; test=develop
      
      * follow comment; test=develop
      
      * remove manual seed; test=develop
      
      * change create_graph from True to False; test=develop
      67e36296
  17. 25 7月, 2020 1 次提交
  18. 10 7月, 2020 1 次提交
  19. 09 7月, 2020 2 次提交
  20. 07 7月, 2020 1 次提交
  21. 03 7月, 2020 3 次提交
  22. 02 7月, 2020 1 次提交
  23. 01 7月, 2020 3 次提交
  24. 29 6月, 2020 1 次提交
  25. 28 6月, 2020 1 次提交
  26. 10 6月, 2020 2 次提交
  27. 09 6月, 2020 1 次提交
    • H
      Fix get item out of range error (#24339) (#24943) · 9fd1dd05
      hong 提交于
      * raise index error when slice out of range; test=develop
      
      * add uni test; test=develop
      
      * fix format error; test=develop
      
      * add comment for py::index_error; test=develop
      
      * polish error message; test=develop
      
      * polish error message; test=develop
      9fd1dd05
  28. 05 6月, 2020 1 次提交
  29. 03 6月, 2020 1 次提交
  30. 02 6月, 2020 1 次提交