1. 05 8月, 2020 3 次提交
    • Z
      add eltwise clip cuda impl. (#25689) · 5970871a
      Zhaolong Xing 提交于
      test=develop
      5970871a
    • 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
    • W
      Update the code of the compare ops for the broadcast function · a697e946
      wawltor 提交于
      Update the code for the compare ops for the broadcast function
      a697e946
  2. 04 8月, 2020 1 次提交
  3. 03 8月, 2020 3 次提交
  4. 31 7月, 2020 3 次提交
  5. 30 7月, 2020 5 次提交
  6. 29 7月, 2020 4 次提交
  7. 28 7月, 2020 1 次提交
  8. 27 7月, 2020 1 次提交
  9. 24 7月, 2020 1 次提交
  10. 23 7月, 2020 5 次提交
  11. 22 7月, 2020 3 次提交
  12. 21 7月, 2020 2 次提交
  13. 17 7月, 2020 1 次提交
  14. 16 7月, 2020 2 次提交
    • H
      e362095e
    • H
      Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows... · d8fe517b
      Huihuang Zheng 提交于
      Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows Cannot be Supported in SimNet (#25536)
      
      This PR fixes a bug that SelectedRows cannot be supported in SimNet. The reason of this bug is that dygraph basic_engine didn't copy var's type when the var needs to be accumulated during backward. So when a var is SelectedRows and needs to be accumulated, like SimNet which calls net for two times, the var's type will be changed to default LoDTensor thus bug happens. To fix it, we just also copy the type.
      
      Without this PR, the accumulated SelectedRows parameters in dygraph will be changed into LoDTensor. So when we fixed the bug of supporting SelectedRows in SimNet, we found `test_imperative_lod_tensor_to_selected_rows` failed and threw the error that SelectedRows was not supported for Transpose OP. To fix it, too, this PR also added support for SelectedRows for Transpose OP.
      d8fe517b
  15. 15 7月, 2020 5 次提交