1. 12 7月, 2023 2 次提交
  2. 02 7月, 2023 1 次提交
  3. 29 6月, 2023 1 次提交
  4. 15 6月, 2023 1 次提交
  5. 08 6月, 2023 1 次提交
  6. 05 6月, 2023 1 次提交
  7. 30 5月, 2023 1 次提交
  8. 26 5月, 2023 1 次提交
    • Y
      [PHI Decoupling]Create PHI shared lib (#53735) · da50a009
      YuanRisheng 提交于
      * create phi so
      
      * fix ci bugs
      
      * fix py3 bugs
      
      * add file
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * perfect so
      
      * fix py3 bugs
      
      * delete all static target in phi
      
      * fix windows bugs
      
      * fix py3 bugs
      
      * fix ci bugs
      
      * fix windows bugs
      
      * fix bugs: gflags can't be linked by dynamic and static lib
      
      * fix bugs that can not load 3rd party
      
      * fix ci bugs
      
      * fix compile bugs
      
      * fix py3 bugs
      
      * fix conflict
      
      * fix xpu bugs
      
      * fix mac compile bugs
      
      * fix psgpu bugs
      
      * fix inference failed
      
      * deal with conflict
      
      * fix LIBRARY_PATH bug
      
      * fix windows bugs
      
      * fix onednn error
      
      * fix windows compile bugs
      
      * fix windows compile bugs
      
      * fix test_cuda_graph_static_mode_error aborted
      
      * fix windows bugs
      
      * fix mac-python3 error
      
      * fix hip compile bugs
      
      * change mode to static
      
      * change to static mode
      
      * fix ci bugs
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * fix bugs
      
      * add static flag
      
      * add PADDLE_API
      
      * change position of PADDLE_API
      
      * fix windows bugs
      
      * change mode to dynamic lib
      
      * fix windows static bugs
      
      * deal with conflict
      
      * fix windows unit bug
      
      * fix coverage
      
      * deal with conflict
      
      * fix windows-inference
      
      * fix py3 bugs
      
      * fix bugs when compile type_info
      
      * fix compile bugs
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * fix windows openblas
      
      * fix xpu bugs
      
      * fix enforce_test in windows
      
      * update code according comment
      
      * fix windows cmake bug
      
      * fix windows bugs
      
      * fix windows bugs
      
      * delete cinn unittest
      
      * fix cinn bugs
      
      ---------
      Co-authored-by: HappyHeavyRain's avatarlzydev <1528794076@qq.com>
      da50a009
  9. 24 5月, 2023 1 次提交
  10. 18 5月, 2023 1 次提交
  11. 15 5月, 2023 1 次提交
  12. 12 5月, 2023 1 次提交
  13. 11 5月, 2023 2 次提交
  14. 10 5月, 2023 1 次提交
  15. 09 5月, 2023 1 次提交
  16. 27 4月, 2023 1 次提交
  17. 25 4月, 2023 2 次提交
  18. 23 4月, 2023 1 次提交
  19. 20 4月, 2023 1 次提交
  20. 18 4月, 2023 1 次提交
  21. 14 4月, 2023 1 次提交
  22. 12 4月, 2023 1 次提交
  23. 10 4月, 2023 1 次提交
  24. 04 4月, 2023 1 次提交
    • Y
      Add Gloo Gather Function (#52334) · 5f6376b7
      yuehuayingxueluo 提交于
      * add gloo gather
      
      * add gloo_tools
      
      * fix CI bug
      
      * use gloo gather
      
      * remove redundant code
      
      * fix process_group_gloo.py
      
      * rename send_recv
      
      * fix conflict
      
      * fix conflict
      
      * fix codestyle
      
      * fix CI bug
      
      * add PADDLE_ENFORCE_NE
      5f6376b7
  25. 01 4月, 2023 1 次提交
  26. 31 3月, 2023 2 次提交
    • zhenhailiu's avatar
      gather with doc (#52105) · 77d24854
      zhenhailiu 提交于
      * gather with doc
      
      * resolve comment
      
      * polish
      
      * polish
      
      * code style
      
      * polish doc
      
      * add_test
      
      * polish
      
      * polish
      
      * add test check
      
      * add test check
      
      * polish
      
      * polish
      
      * polish
      
      * polish
      
      * fix_time_out
      
      * polish
      
      * fix timeout
      
      * fix_timeout
      
      * polish
      
      * polish
      
      * polish
      
      * polish
      
      * polish
      77d24854
    • Y
      [PHI Decoupling]Remove distribute header (#52202) · e923642e
      YuanRisheng 提交于
      * remove distribute
      
      * fix py3 bugs
      
      * fix gpu-ps bugs
      
      * fix compile bugs
      
      * fix unittest bugs
      e923642e
  27. 30 3月, 2023 1 次提交
  28. 29 3月, 2023 2 次提交
  29. 28 3月, 2023 1 次提交
  30. 27 3月, 2023 1 次提交
    • HappyHeavyRain's avatar
      Add fuse_ops.yaml and fused_backward.yaml (#52010) · 10145cb6
      HappyHeavyRain 提交于
      * add fused_yaml fused_backward
      
      * fix eager_funciton bug
      
      * add some comment of fused yaml file
      
      * add 'support_dygraph_mode' configuration in fused yaml
      
      * delete some 'fused_api.h' in include file
      
      * add fused flag in api_gen
      10145cb6
  31. 21 3月, 2023 1 次提交
    • iSerendipity's avatar
      [PHI decoupling] Move DataType* from paddle:experimental to phi namespace (#51716) · 4638a62e
      iSerendipity 提交于
      * move DataType from paddle::experimental to phi
      
      * convert namespace
      
      * convert namespace
      
      * convert namespace
      
      * clarify namespace
      
      * convert more datatype
      
      * Revert "convert more datatype"
      
      This reverts commit 083b462959e6a22d4d8767707b628b95b396642e.
      
      * convert more in auto_code_generator
      
      * fix conflicts for XPU
      
      * fix namespace conflicts
      
      * fix errors
      
      * Revert "fix errors"
      
      This reverts commit f9d9958b54ee32141112274c8a5c3c381ab0f876.
      
      * fix errors
      
      * fix formatting
      4638a62e
  32. 16 3月, 2023 1 次提交
    • H
      Update from_blob API (#51646) · c07c7712
      Huang Jiyi 提交于
      * remove contexts in tensor_utils
      
      * update from_blob
      
      * update from_blob
      
      * update from_blob
      
      * fix bug
      
      * fix bug
      c07c7712
  33. 15 3月, 2023 1 次提交
  34. 13 3月, 2023 1 次提交
  35. 08 3月, 2023 1 次提交