1. 18 7月, 2022 1 次提交
  2. 15 7月, 2022 1 次提交
  3. 14 7月, 2022 2 次提交
  4. 13 7月, 2022 1 次提交
  5. 12 7月, 2022 1 次提交
  6. 07 7月, 2022 1 次提交
  7. 04 7月, 2022 1 次提交
  8. 29 6月, 2022 1 次提交
  9. 28 6月, 2022 1 次提交
    • R
      Remove boost::variant (#43100) · b3cf28f8
      Ruibiao Chen 提交于
      * boost::variant -> paddle::variant
      
      * boost::variant.apply_visit -> paddle::visit
      
      * Update pybind_boost_hraders.h
      
      * Fix CINN compilation errors
      
      * Revert FetchResultType
      b3cf28f8
  10. 24 6月, 2022 1 次提交
    • Y
      [Phi]Change Copy from Kernel to basic component utils (#43622) · 2739bd73
      YuanRisheng 提交于
      * perfect copy
      
      * deal with conflict
      
      * deal with conflict
      
      * fix compile bugs
      
      * fix unittest bugs
      
      * change code format
      
      * deal with conflict
      
      * modify code by review
      
      * fix ce bugs
      
      * fix ce bugs
      
      * add lo
      
      * perfect code format
      
      * deal with conflicts
      2739bd73
  11. 23 6月, 2022 1 次提交
  12. 15 6月, 2022 1 次提交
  13. 05 6月, 2022 1 次提交
  14. 04 6月, 2022 1 次提交
  15. 27 5月, 2022 1 次提交
  16. 23 5月, 2022 2 次提交
  17. 19 5月, 2022 1 次提交
  18. 18 5月, 2022 1 次提交
  19. 05 5月, 2022 1 次提交
  20. 30 4月, 2022 1 次提交
  21. 28 4月, 2022 1 次提交
  22. 27 4月, 2022 4 次提交
  23. 26 4月, 2022 2 次提交
  24. 25 4月, 2022 4 次提交
  25. 24 4月, 2022 1 次提交
  26. 23 4月, 2022 1 次提交
  27. 22 4月, 2022 2 次提交
  28. 19 4月, 2022 2 次提交
  29. 17 4月, 2022 1 次提交
    • C
      [Perf] Optimize dygraph scheduling performance (#41696) · 7ee31a96
      Chen Weihang 提交于
      * split phi and fluid infermeta context
      
      * resolve conflict
      
      * fix type error
      
      * optimize scheduling perf
      
      * spec small vector size
      
      * replace all grad var name
      
      * fix test failed
      
      * move init defalut signature
      
      * polish details
      
      * polish details
      
      * fix no init bug
      
      * init sig for tests
      
      * add init sig for infer
      
      * fix infrt error
      
      * fix infrt failed
      
      * fix kunlun error
      
      * fix infrt failed
      7ee31a96