1. 17 4月, 2023 1 次提交
  2. 14 4月, 2023 1 次提交
  3. 13 4月, 2023 6 次提交
  4. 12 4月, 2023 3 次提交
  5. 11 4月, 2023 1 次提交
  6. 10 4月, 2023 2 次提交
  7. 08 4月, 2023 1 次提交
  8. 07 4月, 2023 1 次提交
  9. 06 4月, 2023 1 次提交
  10. 04 4月, 2023 3 次提交
  11. 03 4月, 2023 4 次提交
  12. 31 3月, 2023 3 次提交
  13. 30 3月, 2023 2 次提交
  14. 29 3月, 2023 1 次提交
  15. 28 3月, 2023 3 次提交
    • 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
    • Z
      [inference] Remove log about fluid and fix uninitialization warning (#51558) · e91a7896
      Zhang Jun 提交于
      * Remove log about fluid
      * Remove useless forward declarations
      * Fix uninitialization warning (trt onehot)
      e91a7896
    • Y
      [Hackathon NO.77] 为 Paddle-TRT 添加 bitwise 算子 (#51971) · 864b50c3
      Young-Flash 提交于
      * add bitwise_not trt converter
      
      * run pre-commit
      
      * modify neg_one_tensor_dims init way
      
      * fix BOOL type support requires TensorRT 8.4
      
      * fix int8 & uint8 type
      
      * improve data type readability
      
      * modify filter logic
      
      * fix coverage CI
      864b50c3
  16. 27 3月, 2023 1 次提交
  17. 24 3月, 2023 2 次提交
  18. 23 3月, 2023 2 次提交
  19. 22 3月, 2023 2 次提交
    • J
      Correct lstm qat test (#51499) · 31f81685
      joanna.wozna.intel 提交于
      31f81685
    • S
      Extract fused_transpose op dedicated for oneDNN fuse passes (#50021) · 02296977
      Sławomir Siwek 提交于
      * extract common methods to reuse
      
      * add header for transpose ops
      
      * fused_transpose
      
      * Split big function
      
      * transpose2 tests
      
      * fused_transpose
      
      * Apply extra attributes
      
      * add pbtxt file
      
      * update pbtxt
      
      * Merge develop
      
      * add more strict op compats
      
      * code  style
      
      * remove mkldnn_data_type
      
      * unify SetOutMemDescWithReshape2FuseSupport
      
      * adjust quantize-dequantize for transpose
      
      * remove appendact
      
      * transpose2 quantization
      
      * fix int8 tests
      
      * adjust transpose_op to current develop
      
      * delete fusion code from transpose_kernel
      
      * add fused transpose to NHWC unittest
      
      * change order
      02296977