1. 27 8月, 2020 1 次提交
  2. 26 8月, 2020 2 次提交
  3. 25 8月, 2020 1 次提交
  4. 24 8月, 2020 1 次提交
    • Y
      find timeout unittests (#26371) · 39fe0d35
      YUNSHEN XIE 提交于
      * find timeout unittests
      
      * setting timeout value
      
      * fix some error
      
      * fix some error
      
      * fix some error
      
      * fix no newline of end file error
      39fe0d35
  5. 21 8月, 2020 2 次提交
  6. 20 8月, 2020 1 次提交
  7. 14 8月, 2020 1 次提交
  8. 13 8月, 2020 1 次提交
    • L
      [OpDevOptimize] Add common infershape functions (#26096) · ffe52b44
      Leo Chen 提交于
      * add unchaged infershape function
      
      * add broadcast infershape function
      
      * fix bug
      
      * rename infershape functions
      
      * add UnaryOpUnchangedInferShapeCheckAxis
      
      * add error message
      
      * add test for common infer shape functions
      
      * dont update existed ops
      
      * dont update op_desc.h
      
      * add more test
      
      * add error check, refine error message
      ffe52b44
  9. 11 8月, 2020 1 次提交
  10. 10 8月, 2020 1 次提交
  11. 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
  12. 05 8月, 2020 1 次提交
  13. 30 7月, 2020 1 次提交
  14. 29 7月, 2020 2 次提交
  15. 24 7月, 2020 1 次提交
  16. 22 7月, 2020 2 次提交
  17. 21 7月, 2020 2 次提交
  18. 20 7月, 2020 1 次提交
  19. 15 7月, 2020 1 次提交
  20. 09 7月, 2020 2 次提交
  21. 03 7月, 2020 1 次提交
  22. 02 7月, 2020 1 次提交
  23. 01 7月, 2020 1 次提交
  24. 29 6月, 2020 1 次提交
  25. 23 6月, 2020 1 次提交
  26. 21 6月, 2020 1 次提交
  27. 19 6月, 2020 1 次提交
  28. 17 6月, 2020 1 次提交
  29. 16 6月, 2020 1 次提交
  30. 10 6月, 2020 1 次提交
  31. 09 6月, 2020 1 次提交
  32. 08 6月, 2020 2 次提交
  33. 05 6月, 2020 1 次提交
    • C
      Support SelelctedRows allreduce in multi-cards imperative mode (#24690) · 4a702ef3
      Chen Weihang 提交于
      * support selectedrows allreduce in multi-cards dygraph, test=develop
      
      * remove useless import modules in unittests, test=develop
      
      * add nccl cmake to get nccl version, test=develop
      
      * add if-condition to compiled correctly, test=develop
      
      * add detail version parseing for old nccl, test=develop
      
      * polish camke details, test=develop
      
      * fix remove test cmake error, test=develop
      
      * fix cmake condition, test=develop
      
      * change unittest camke list, test=develop
      
      * fix unittest cmake rule, test=develop, test=framep0
      4a702ef3