1. 25 4月, 2023 2 次提交
  2. 24 4月, 2023 2 次提交
    • R
      Fix gpu ps compile patch error (#53256) · 562d2daf
      risemeup1 提交于
      * fix patch error
      
      * fix patch error
      562d2daf
    • H
      [CppExtension Cuda] Add cuda unit test for CppExtension (#52900) · 7a9754a7
      HongyuJia 提交于
      * [CppExtension Cuda] Add cuda unit test for CppExtension
      
      * update extra_compile_args for CUDAExtension
      
      * add debug info
      
      * Add patch to fix CUDA12 compile error
      
      * patch for all env
      
      * add windows judgement
      
      * Try to fix setup function not found error
      
      * fix mix_relu_and_extension include file
      
      * fix setup compile error
      
      * remove useless debug comments
      
      * add sleep, debug CI-build
      
      * add space to disable cmake cache
      
      * remove debug info
      
      * add space to pass CI-build
      7a9754a7
  3. 20 4月, 2023 1 次提交
  4. 19 4月, 2023 1 次提交
  5. 18 4月, 2023 1 次提交
  6. 13 4月, 2023 3 次提交
  7. 12 4月, 2023 1 次提交
  8. 11 4月, 2023 3 次提交
  9. 10 4月, 2023 6 次提交
  10. 07 4月, 2023 1 次提交
  11. 06 4月, 2023 3 次提交
  12. 04 4月, 2023 1 次提交
  13. 03 4月, 2023 3 次提交
  14. 01 4月, 2023 1 次提交
  15. 31 3月, 2023 2 次提交
  16. 30 3月, 2023 2 次提交
  17. 29 3月, 2023 5 次提交
  18. 28 3月, 2023 2 次提交
    • 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
    • H
      f98ff2ce