1. 16 9月, 2020 1 次提交
  2. 15 9月, 2020 4 次提交
  3. 14 9月, 2020 3 次提交
  4. 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
  5. 11 9月, 2020 2 次提交
  6. 10 9月, 2020 1 次提交
  7. 09 9月, 2020 1 次提交
  8. 08 9月, 2020 1 次提交
  9. 07 9月, 2020 3 次提交
  10. 03 9月, 2020 1 次提交
  11. 02 9月, 2020 4 次提交
  12. 01 9月, 2020 2 次提交
    • 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
    • Revert "Add mkldnn bfloat16 option to C-API (#26676)" (#26854) · ced6e87e
      石晓伟 提交于
      This reverts commit 02083bda.
      ced6e87e
  13. 31 8月, 2020 1 次提交
  14. 30 8月, 2020 1 次提交
  15. 29 8月, 2020 1 次提交
  16. 28 8月, 2020 3 次提交
  17. 27 8月, 2020 1 次提交
  18. 25 8月, 2020 2 次提交
  19. 21 8月, 2020 1 次提交
  20. 19 8月, 2020 2 次提交
  21. 14 8月, 2020 1 次提交
  22. 12 8月, 2020 1 次提交
  23. 11 8月, 2020 1 次提交
    • L
      GRU model xnli dataset C++ tester (#25534) · 65b97d62
      lidanqing 提交于
      * Add laxical GRU unit test
      
      performance works
      
      * Get model accuracy
      
      * model and data name to be confirmed
      test=develop
      
      * update model name and output format
      test=develop
      
      * update according to reviews
      test=develop
      
      * add accuracy check
      
      * accuracy check between native and analysis
      test=develop
      
      * fix a reading bug, fix gru passes sequence
      test=develop
      
      * fix passes sequence
      test=develop
      65b97d62
  24. 08 8月, 2020 1 次提交