1. 05 6月, 2023 1 次提交
  2. 26 4月, 2023 1 次提交
  3. 24 4月, 2023 1 次提交
  4. 13 4月, 2023 1 次提交
  5. 10 4月, 2023 1 次提交
  6. 03 4月, 2023 1 次提交
    • R
      Fix gcc12_error (#52085) · 7500ff61
      risemeup1 提交于
      * fix error,test=document_fix
      
      * test
      
      * fix gcc12_error
      
      * fix gcc12_error
      
      * fix gcc12_error
      
      * fix_gcc12_py3_error
      
      * fix_range-loop-construct_error
      
      * fix_gcc12_error
      7500ff61
  7. 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
  8. 03 8月, 2022 1 次提交
  9. 13 6月, 2022 1 次提交
  10. 04 6月, 2022 1 次提交
  11. 16 12月, 2021 1 次提交
  12. 25 11月, 2021 1 次提交
  13. 19 11月, 2021 1 次提交
  14. 29 6月, 2021 1 次提交
  15. 26 10月, 2020 1 次提交
  16. 09 1月, 2020 1 次提交
  17. 25 11月, 2019 1 次提交
  18. 11 11月, 2019 1 次提交
  19. 31 10月, 2019 1 次提交
  20. 19 8月, 2019 1 次提交
  21. 20 2月, 2019 1 次提交
  22. 14 12月, 2018 1 次提交
  23. 27 11月, 2018 1 次提交
  24. 22 11月, 2018 1 次提交
    • W
      Windows/online (#14474) · d9a1f3e5
      wopeizl 提交于
      * add recordio support
      
      * disable the openblas multi-thread on windows since no support
      adjust the python script
      
      * code style
      
      * code style
      test=develop
      
      * add create_recordio_file_reader back
      
      * fix code style
      test=develop
      
      * fix the gtest.cmake on windows
      
      * fix cc_test on windows
      
      * fix the win build
      test=develop
      
      * remove fused compile support on windows
      test=develop
      
      * add the jit support
      test=develop
      
      * add the jit support, test=develop
      
      * add the jit support, test=develop
      
      * add the jit back
      fix compile error on windows
      
      * rollback test=develop
      
      * test case fix
      
      * disable DSO by default on windows
      
      * exclude warpctc_op on windows
      
      * exclude the dynload_warpctc out on windows
      test=develop
      
      * fix the scripts error
      test=develop
      
      * disable avx on windows by default
      test=develop
      
      * re-organize the cmake file
      
      * disable mkl on windows by default
      
      * add warp_ctc back
      
      * fix the dependency
      
      * fix the dependency
      
      * fix the build issue on windows
      
      * remove unsupported flag on windows
      
      * code style
      
      * code style
      test=develop
      
      * fix issue
      
      * add profiler, parallel_executor back
      
      * clean up the pre-definitions on windows
      
      * fix build issue
      
      * test=develop
      d9a1f3e5
  25. 16 11月, 2018 2 次提交
  26. 15 11月, 2018 1 次提交
  27. 08 11月, 2018 1 次提交
  28. 07 11月, 2018 2 次提交
  29. 05 11月, 2018 1 次提交
  30. 12 9月, 2018 1 次提交
  31. 12 2月, 2018 1 次提交
  32. 12 10月, 2017 1 次提交
  33. 30 8月, 2017 1 次提交
  34. 20 7月, 2017 1 次提交
  35. 19 7月, 2017 1 次提交
  36. 03 6月, 2017 1 次提交
  37. 01 6月, 2017 1 次提交
  38. 29 3月, 2017 1 次提交