1. 06 8月, 2020 1 次提交
    • A
      Add oneDNN fusion_gru kernel (#25594) · 68c6160e
      Adam 提交于
      * Add oneDNN fusion_gru kernel and fix fc+gru pass
      test=develop
      
      * Formatting changes
      test=develop
      
      * Lint fixes
      test=develop
      
      * Add memory::format_tag::any to GRU weights
      test=develop
      
      * Fix build with CUDA
      
      * Fix build with CUDA v2
      68c6160e
  2. 05 8月, 2020 5 次提交
  3. 04 8月, 2020 1 次提交
  4. 03 8月, 2020 3 次提交
  5. 31 7月, 2020 3 次提交
  6. 30 7月, 2020 5 次提交
  7. 29 7月, 2020 4 次提交
  8. 28 7月, 2020 1 次提交
  9. 27 7月, 2020 1 次提交
  10. 24 7月, 2020 1 次提交
  11. 23 7月, 2020 5 次提交
  12. 22 7月, 2020 3 次提交
  13. 21 7月, 2020 2 次提交
  14. 17 7月, 2020 1 次提交
  15. 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
  16. 15 7月, 2020 2 次提交
    • W
      [CI] [Lite-Subgraph] CI add lite subgraph check. (#25346) · 848aca7a
      Wilber 提交于
      848aca7a
    • S
      fix logical_* ops' doc (#25479) · 71c71e68
      Shibo Tao 提交于
      * fix doc of logical_* op.
      
      * fix doc of op pow.
      
      * fix comment syntax error9D
      
      * fix operator reciprocal demo.
      
      * fix logical_* ops' doc. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      71c71e68