1. 24 8月, 2020 1 次提交
  2. 21 8月, 2020 1 次提交
  3. 20 8月, 2020 1 次提交
  4. 19 8月, 2020 1 次提交
  5. 18 8月, 2020 1 次提交
  6. 17 8月, 2020 5 次提交
  7. 12 8月, 2020 2 次提交
  8. 11 8月, 2020 1 次提交
  9. 10 8月, 2020 1 次提交
  10. 07 8月, 2020 4 次提交
  11. 06 8月, 2020 6 次提交
  12. 05 8月, 2020 3 次提交
  13. 04 8月, 2020 4 次提交
  14. 31 7月, 2020 1 次提交
  15. 30 7月, 2020 3 次提交
  16. 29 7月, 2020 1 次提交
  17. 28 7月, 2020 1 次提交
  18. 27 7月, 2020 3 次提交
    • A
      Fix FC + GRU fuse pass (#25733) · 71e350c5
      Adam 提交于
      71e350c5
    • C
      [Cherry-pick] Fix Cudnn lib load problem & polish install error message (#25706) · 2d7e7759
      Chen Weihang 提交于
      * Add default cudnn lib path (#25175)
      
      * add default cudnn lib path, test=develop
      
      * change default path in func, test=develop
      
      * move to linux branch, test=develop
      
      * fix var error in other plat, test=develop
      
      * Refactor dynamic dso search functions (#25214)
      
      * refactor dynamic dso search func, test=develop
      
      * polish details, test=develop
      
      * polish detail based review comments, test=develop
      
      * revert string type change, test=develop
      
      * Polish install error hint message (#25531)
      
      * polish install error hint msg, test=develop
      
      * fix variable error, test=develop
      
      * polish hint messgae again
      2d7e7759
    • C
      [Cherry-pick] Append error op hint for GradOpMaker and Dygraph (#25704) · 30119490
      Chen Weihang 提交于
      * Append error op hint for GradOpMaker (#24750)
      
      * append error op hint for grad op maker, test=develop
      
      * add unittests for coverage, test=develop
      
      * append try-catch to opbase run, test=develop (#24870)
      30119490