1. 28 9月, 2020 2 次提交
  2. 25 9月, 2020 1 次提交
  3. 24 9月, 2020 3 次提交
    • W
      Fix memory leak for mkldnn. (#27493) · df7fabee
      Wilber 提交于
      df7fabee
    • W
      windows lib size crop from 5.4G to 3.9G (#27477) · ec4155d7
      Wilber 提交于
      ec4155d7
    • W
      use iwyu clean include (#27267) · df43905f
      wanghuancoder 提交于
      * use iwyu clean include, test=develop, test=win
      
      * compilation error, test=develop
      
      * fix compilation error2, test=develop
      
      * fix compilation error3, test=develop
      
      * fix compilation error4, test=develop
      
      * fix compilation error5, test=develop
      
      * fix compilation error6, test=develop
      
      * fix compilation error7, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error10, test=develop
      
      * fix compilation error11, test=develop
      df43905f
  4. 23 9月, 2020 4 次提交
  5. 22 9月, 2020 3 次提交
  6. 21 9月, 2020 1 次提交
  7. 18 9月, 2020 1 次提交
  8. 17 9月, 2020 1 次提交
  9. 16 9月, 2020 2 次提交
  10. 15 9月, 2020 4 次提交
  11. 14 9月, 2020 3 次提交
  12. 12 9月, 2020 1 次提交
    • L
      Fix GRU mkldnn kernel fail on look_table_v2 (#27198) · 5c4eed66
      lidanqing 提交于
      * Fix the lookup_table_v2 failed on GRU mkldnn kernel issue
      test=develop
      
      * fix according to reviews, removed x_num_col_dims
      test=develop
      
      * update gru model. change according to reviews
      test=develop
      
      * change according to reviews
      test=develop
      5c4eed66
  13. 11 9月, 2020 2 次提交
  14. 10 9月, 2020 1 次提交
  15. 09 9月, 2020 1 次提交
  16. 08 9月, 2020 1 次提交
  17. 07 9月, 2020 3 次提交
  18. 03 9月, 2020 1 次提交
  19. 02 9月, 2020 4 次提交
  20. 01 9月, 2020 1 次提交
    • Z
      [Paddle-TRT] Stack op plugin (#25605) · ad6e3dd6
      zlsh80826 提交于
      * add stack_op to CMakeLists
      
      * add dim=3 support for scale op
      
      * add trt stack op, test=develop
      
      * remove debug message
      
      * add stack plugin serialize
      
      * remove slice, scale op, will add later
      
      * enhence error message
      
      * revise trt ernie test to conver the stack op CI testi, test=develop
      
      * add stack op serialization
      
      * fix test shape after adding stack op
      
      * remove slice op, will add after implementing serialization
      
      * roll back to min_graph=5 to avoid using slice op
      
      * fix scale op output layer
      
      * implement stack op createPlugin
      
      * use workspace and move the defination to .cu
      
      * move stack plugin creator definition to .cu, test=develop
      ad6e3dd6