1. 23 5月, 2023 1 次提交
  2. 22 5月, 2023 1 次提交
  3. 18 5月, 2023 2 次提交
  4. 16 5月, 2023 2 次提交
  5. 15 5月, 2023 1 次提交
  6. 12 5月, 2023 2 次提交
  7. 11 5月, 2023 5 次提交
  8. 10 5月, 2023 1 次提交
  9. 09 5月, 2023 1 次提交
  10. 08 5月, 2023 3 次提交
  11. 06 5月, 2023 3 次提交
  12. 28 4月, 2023 1 次提交
  13. 27 4月, 2023 2 次提交
  14. 25 4月, 2023 3 次提交
  15. 21 4月, 2023 1 次提交
  16. 17 4月, 2023 1 次提交
  17. 13 4月, 2023 3 次提交
  18. 12 4月, 2023 1 次提交
  19. 10 4月, 2023 1 次提交
  20. 04 4月, 2023 2 次提交
  21. 03 4月, 2023 1 次提交
  22. 31 3月, 2023 1 次提交
    • G
      FIX_LINUX_Wternimate (#52307) · ffff133b
      Galaxy1458 提交于
      * this is a test pr, test=develop
      
      * solve the four [-Wterminate] warning, test=develop
      
      * solve the four [-Wterminate] warning, test=develop
      
      * new fix [-Wterminate], test=delelop
      
      * new fix [-Wterminate], test=delelop
      
      * new fix [-Wterminate], test=delelop
      
      * new , test = develop
      
      * new , test = develop
      
      * new , test = develop
      
      * new , test = develop
      
      * new , test = develop
      
      * new , test = develop
      ffff133b
  23. 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