1. 23 4月, 2023 2 次提交
    • R
      apply gcc12 to gpups (#52960) · cbfd43e4
      risemeup1 提交于
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpips
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * test
      
      * test
      
      * apply gcc12 to gpups
      
      * apply_gcc12_to_gpups
      
      * fix compiler bug
      
      * fix compiler bug
      
      * test
      
      * fix dangling-pointer compiler
      
      * fix dangling-pointer compiler
      
      * fix dangling-pointer compiler
      
      * apply_gcc12_to_gpups
      
      * apply gcc12 to gpups
      
      * Update cuda_streams_py.cc
      cbfd43e4
    • N
      Delete temp param in eager_gen (#53047) · 328195d7
      niuliling123 提交于
      * Delete temp param in eager_gen
      328195d7
  2. 21 4月, 2023 1 次提交
  3. 20 4月, 2023 2 次提交
  4. 19 4月, 2023 1 次提交
  5. 18 4月, 2023 2 次提交
  6. 17 4月, 2023 3 次提交
  7. 14 4月, 2023 3 次提交
    • F
      1. modify set_value op, use Scalars to represent attr `values`, instead of a... · dd2a749a
      Feiyu Chan 提交于
      1. modify set_value op, use Scalars to represent attr `values`, instead of a bunch of attributs of various types; (#52408)
      
      2. add program converter and set_value op as an example, which provides the functionality to convert `paddle::framework::ProgramDesc` between old and new formats(the differences are mainly some operators with incompatible updates in the definition);
      3. program version and operator version map now are always saved when serializing `paddle::framework::ProgramDesc` to identify the version;
      3. provide an option `legacy_format=false` in  serialization of `paddle::framework::ProgramDesc`, it decided whether to convert ProgramDesc back to a legacy format, which is compatible for paddle 2.4.2 or earlier versions to load and execute;
      4. deserialization of `paddle::framework::ProgramDesc` is now automatically detecting whether the bytes it receives is in legacy format(contains any of the operators that has been incompatibly updated and have any attribute of type `Scalar`) and convert it to new format. But if you want a faithful deserialization without the automatic conversion, you can use protobuf's deserialization instead. Though it is not recommended, it can be used for the purpose of testing.
      dd2a749a
    • K
      rem cncl (#52434) · 25bd5ed8
      Kim Yann 提交于
      25bd5ed8
    • R
      f8d09011
  8. 13 4月, 2023 1 次提交
  9. 12 4月, 2023 1 次提交
  10. 11 4月, 2023 3 次提交
  11. 10 4月, 2023 4 次提交
  12. 08 4月, 2023 2 次提交
  13. 07 4月, 2023 1 次提交
  14. 06 4月, 2023 3 次提交
  15. 05 4月, 2023 1 次提交
  16. 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
  17. 03 4月, 2023 2 次提交
  18. 01 4月, 2023 2 次提交
  19. 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
    • H
      [CustomOP Optional Inplace] Custom op supports inplace optional tensor (#52216) · fcd77346
      HongyuJia 提交于
      * [CustomOP Inplace] Automap inplace dtype and shape, prepare for vector<Tensor> output
      
      * delete custom_inplace_setup.py
      
      * [CustomOP Optional Inplace] Custom operator supports inplace optional Tensor input
      
      * fix bug for vector<Tensor> inplace test
      fcd77346
  20. 30 3月, 2023 3 次提交