1. 07 9月, 2020 2 次提交
  2. 02 9月, 2020 3 次提交
  3. 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
  4. 31 8月, 2020 1 次提交
  5. 28 8月, 2020 2 次提交
  6. 27 8月, 2020 1 次提交
  7. 25 8月, 2020 2 次提交
  8. 19 8月, 2020 1 次提交
  9. 14 8月, 2020 1 次提交
  10. 12 8月, 2020 1 次提交
  11. 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
  12. 05 8月, 2020 1 次提交
    • P
      Fix registering trt plugin (#25744) · b717895f
      Pei Yang 提交于
      * develop dynamic shape serilization
      
      * add test param for gelu
      
      * fix bugs
      
      * delete redundant comments
      
      * debug
      
      * fix conflict. test=develop
      
      * fix bug. test=develop
      
      * add trt dynamic shape serialized support
      
      * fix ernie serialized bug
      test=develop
      
      * fix codestyle
      test=develop
      
      * fix bug
      test=develop
      
      * fix bug.test=develop
      
      * modify cmakelist test=develop
      
      * fix bug
      test=develop
      
      * fix error message.  test=develop
      
      * fix trt register plugin based on pr#25003
      
      * add trt dynload
      
      * fix deserialization bug of not finding plugin registration
      
      * refine code style
      
      * recover engine key in tensorrt_subgraph_pass
      
      * for ci coverage
      
      * add unittest for deserialization
      Co-authored-by: Nhaozech <chenhaoze94@gmail.com>
      b717895f
  13. 30 7月, 2020 1 次提交
  14. 28 7月, 2020 1 次提交
  15. 24 7月, 2020 1 次提交
  16. 14 7月, 2020 1 次提交
  17. 02 7月, 2020 1 次提交
  18. 30 6月, 2020 1 次提交
  19. 29 6月, 2020 1 次提交
  20. 23 6月, 2020 1 次提交
  21. 19 6月, 2020 1 次提交
  22. 01 6月, 2020 2 次提交
  23. 15 5月, 2020 1 次提交
  24. 12 5月, 2020 1 次提交
  25. 11 5月, 2020 2 次提交
  26. 08 5月, 2020 1 次提交
  27. 29 4月, 2020 1 次提交
  28. 28 4月, 2020 1 次提交
  29. 23 4月, 2020 1 次提交
  30. 19 4月, 2020 3 次提交
    • Z
      [Eernie TRT]: add slice op and add emb eltwise layernorm fp16 support (#23723) · 133f1fc1
      Zhaolong Xing 提交于
      * refine ernie trt dynamic shape support
      1. add slice op converter
      2. add emb eltwise layernorm fp16 support
      test=develop
      
      * fix dynamic shape test ut
      test=develop
      
      * fix comments.
      test=develop
      
      * fix comments
      test=develop
      133f1fc1
    • G
      Support LoDTensorArray in fetch (#23645) · 2b896c1f
      guofei 提交于
      * Support LoDTEnsorArray in fetch op
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      2b896c1f
    • L
      Add user local data preprocess support (#23692) · 2291634c
      lidanqing 提交于
      * add local data preprocess support for imagenet
      test=develop
      
      * add local data2bin tests
      test=develop
      
      * locally two tests passed
      test=develop
      
      * change according to reviews
      test=develop
      2291634c