1. 05 8月, 2021 1 次提交
    • H
      New executor dev (#34407) · 012d12b5
      hong 提交于
      * first test version
      
      * add test exec;
      
      * add data transfer; test=develop
      
      * add new exec head;
      
      * add memcpy; test=develop
      
      * add python fetch
      
      * add new test
      
      * add graph node; test=develop
      
      * remove useless new executor test; test=develop
      
      * remove gperf dependency; test=develop
      
      * fix compile bugs; test=develop
      
      * remove useless code; test=develop
      
      * remove useless code; test=develop
      
      * add uni test; test=develop
      
      * polish code; test=develop
      
      * polish code; test=develop
      
      * add interpreter cmakefile; test=develop
      
      * remove useless code; test=develop
      012d12b5
  2. 29 7月, 2021 2 次提交
  3. 28 7月, 2021 1 次提交
  4. 27 7月, 2021 1 次提交
  5. 23 7月, 2021 1 次提交
  6. 20 7月, 2021 1 次提交
  7. 19 7月, 2021 1 次提交
  8. 14 7月, 2021 1 次提交
  9. 05 7月, 2021 1 次提交
  10. 01 7月, 2021 2 次提交
  11. 25 6月, 2021 1 次提交
  12. 21 6月, 2021 1 次提交
  13. 10 6月, 2021 1 次提交
  14. 08 6月, 2021 1 次提交
  15. 07 6月, 2021 1 次提交
  16. 04 6月, 2021 1 次提交
  17. 02 6月, 2021 1 次提交
  18. 01 6月, 2021 1 次提交
  19. 24 5月, 2021 2 次提交
  20. 08 5月, 2021 1 次提交
  21. 27 4月, 2021 1 次提交
  22. 26 4月, 2021 2 次提交
  23. 25 4月, 2021 5 次提交
  24. 23 4月, 2021 3 次提交
  25. 22 4月, 2021 2 次提交
  26. 21 4月, 2021 1 次提交
  27. 17 4月, 2021 1 次提交
  28. 15 4月, 2021 2 次提交
    • T
      heterps support pscore (#32093) · 9f8c8f96
      Thunderbrook 提交于
      * pscore support heterps
      
      * fleet cmake
      
      * fleet wrapper
      
      * macro
      
      * solve conflict
      
      * solve conflict
      
      * add unitest
      
      * paddle enforce
      
      * unitest
      
      * unitest
      
      * unitest
      9f8c8f96
    • W
      Customizable Python Layer in Dygraph (#32130) · 29f65225
      WeiXin 提交于
      * custom python backward
      
      * polish up the code
      
      * polish up the code
      
      * polish up the code.
      
      * Fix code format and comments.
      
      * Delete redundant files.
      
      * add unnittest.
      
      * edit unnittest.
      
      * edit unnittest.
      
      * Remove redundant header files.
      
      * Improve coverage and remove redundant code.
      
      * support saving for backward.
      
      * polish code according to comments.
      
      * Add support type for PyLayer.
      
      * Modify the DOC.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish code and make the code robust.
      
      * Modify the code format.
      29f65225