1. 15 7月, 2022 1 次提交
  2. 14 7月, 2022 2 次提交
  3. 13 7月, 2022 1 次提交
  4. 12 7月, 2022 1 次提交
  5. 07 7月, 2022 1 次提交
  6. 04 7月, 2022 1 次提交
  7. 29 6月, 2022 1 次提交
  8. 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
  9. 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
  10. 23 6月, 2022 1 次提交
  11. 15 6月, 2022 1 次提交
  12. 05 6月, 2022 1 次提交
  13. 04 6月, 2022 1 次提交
  14. 27 5月, 2022 1 次提交
  15. 23 5月, 2022 2 次提交
  16. 19 5月, 2022 1 次提交
  17. 18 5月, 2022 1 次提交
  18. 05 5月, 2022 1 次提交
  19. 30 4月, 2022 1 次提交
  20. 28 4月, 2022 1 次提交
  21. 27 4月, 2022 4 次提交
  22. 26 4月, 2022 2 次提交
  23. 25 4月, 2022 4 次提交
  24. 24 4月, 2022 1 次提交
  25. 23 4月, 2022 1 次提交
  26. 22 4月, 2022 2 次提交
  27. 19 4月, 2022 2 次提交
  28. 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
  29. 15 4月, 2022 1 次提交
    • J
      Add eager string tensor (#41039) · a22b68b8
      Jack Zhou 提交于
      * Add core.eager.StringTensor __init__ which pyarray args can be passed
      
      * Add the numpy method of core.eager.StringTensor
      
      * revert tensor.to_string modification
      
      * Add ToPyObject for core.eager.StringTensor
      
      * Add debug string for core.eager.StringTensor
      
      * Remove place args of core.eager.StringTensor temporarily
      
      * Fix check string_tensor error
      
      * remove dtype of core.eager.StringTensor
      
      * add core.eager.StringTensor unittest
      
      * remove pstring from VarDesc
      
      * Add InitStringTensorWithStringTensor
      
      * Remove to_string modification
      
      * Remove zero_copy arg from StringTensor creator
      a22b68b8