1. 20 4月, 2023 1 次提交
  2. 13 4月, 2023 2 次提交
  3. 11 4月, 2023 1 次提交
  4. 10 4月, 2023 3 次提交
  5. 03 4月, 2023 2 次提交
  6. 01 4月, 2023 1 次提交
  7. 30 3月, 2023 1 次提交
  8. 29 3月, 2023 2 次提交
  9. 28 3月, 2023 1 次提交
    • F
      Add basic functionalities to support Scalar & Scalars in op attr (#51984) · 2e9fd5e4
      Feiyu Chan 提交于
      Add basic functionalities to support Scalar & Scalars in operator attribute.
      
      1. extend allowed types in operator's attribute type, add `paddle::experimental::Scalar`, add corresponding protobuf Message types;
      2. Scalar enhancement, add formatting, equality;
      3. add code to handle Scalar & Scalars in opmaker, conversion from  paddle operator to phi kernel, opdesc construction and manipulation,  tensorrt converter, tracer, operator construction, etc;
      4. bind `paddle::experimental::Scalar` to python, as `libpaddle.Scalar`;
      5. add functionality to canonicalize attribute map according to OpProto(if the op the attribute map used for has an OpProto);
      6. add code to manipulate Scalar proto message via protobuffer python API;
      
      Add unittests.
      
      1. add test cases for formatting, equality for Scalars, and WrapAsScalars;
      2. add test cases for 'casting' between different morphs of attributes;
      3. add test cases for extracting scalar & scalars from attribute;
      4. add test cases for CanonicalizeScalarAttrs(and fix a bug in type index offset);
      5. fix gmock's library filename on windows platform.
      6. clean code: use canonicalize_attrs instead of inlining the function;
      7. add test cases for libpaddle.Scalar in python code.
      8. add test cases for `make_scalar_proto`, which manipulate proto message `Scalar` via protobuffer python API.
      2e9fd5e4
  10. 27 3月, 2023 2 次提交
  11. 24 3月, 2023 2 次提交
    • TaoTao Li's avatar
      add phi operator allreduce/reduce (#51857) · 47f87ad3
      TaoTao Li 提交于
      * add all_reduce, reduce kernel and api
      
      * fix all_reduce reduce ut
      
      fix reduce op maker conflict
      
      fix merge conflicts
      
      * fix conflicts, rename ReduceOp->ReduceBaseOp in reduce_ops
      
      rename allreduce op, to remove
      
      * fix code format
      
      fix comments
      
      * modify test_collective_reduce_api ut timeout
      
      * fix PR-CI-Build
      
      fix comments: format phi operator
      47f87ad3
    • R
      Fix ninja error (#49499) · 7415b101
      risemeup1 提交于
      * fix ninja error
      
      * fix_lite_ninja_error
      7415b101
  12. 23 3月, 2023 1 次提交
  13. 22 3月, 2023 1 次提交
  14. 20 3月, 2023 2 次提交
  15. 15 3月, 2023 2 次提交
  16. 13 3月, 2023 2 次提交
  17. 10 3月, 2023 1 次提交
  18. 09 3月, 2023 1 次提交
  19. 07 3月, 2023 2 次提交
  20. 06 3月, 2023 1 次提交
  21. 03 3月, 2023 2 次提交
  22. 02 3月, 2023 1 次提交
  23. 01 3月, 2023 1 次提交
    • C
      Integration flash attention (#49869) · 61611786
      Chitsing KUI 提交于
      * flash attn
      
      * seed
      
      * almost
      
      * softmax
      
      * fix workspace
      
      * add unitest; linux only
      
      * fix setup
      
      * fix datatype include
      
      * fix setup typo
      
      * fix def scope
      
      * new error api
      
      * use paddle fork
      
      * fix attr bug; complete ut
      
      * update flash hash
      
      * fix rng reset
      
      * fix offset
      
      * fix comments
      61611786
  24. 28 2月, 2023 1 次提交
  25. 27 2月, 2023 1 次提交
  26. 24 2月, 2023 1 次提交
    • P
      Support pslib ci (#50822) · 31e465e1
      pangengzheng 提交于
      * change protobuf version in pslib mode and link libjvm.so fot libps.so
      
      * keep protobuf version same with pslib and enable compile with pslib
      31e465e1
  27. 23 2月, 2023 1 次提交
  28. 22 2月, 2023 1 次提交