1. 19 6月, 2023 1 次提交
    • B
      [cherrypick][inference]layer norm fix and ci fix (#54680) · 570daa19
      bukejiyu 提交于
      * Layer norm rollback 2 plugin when trt<8.6
      
      * [inference][trt]modify test timeout  and test_trt_convert_activation bug fix (#54491)
      
      * modify tensorrt ci timeout
      
      * activation ci bug fix
      
      * comment out  int8 mode test_trt_dynamic_shape_groupnorm
      
      * Update layer_norm_op.cc
      
      code style
      570daa19
  2. 14 6月, 2023 2 次提交
    • B
      [inference][trt]unary, bitwise_not,one_hot op and inspector ci adjust for... · bb4f7777
      bukejiyu 提交于
      [inference][trt]unary, bitwise_not,one_hot op and inspector ci adjust for TensorRT8.6 (#54251) (#54579)
      
      * unary bitwise_not adapter tensorRT8.6 in Paddle-TensorRT
      
      * one_hot_op ci fix
      
      * Update test_trt_inspector.py
      
      delete log
      bb4f7777
    • Z
      [inference][cherrypick] Implement layer_norm op using INormalization Layer and... · 188871e6
      Zhang Jun 提交于
      [inference][cherrypick] Implement layer_norm op using INormalization Layer and conv_fusion support bias's rank equal to input's rank  (#54590)
      
      * [inference]conv_fusion support bias's rank equal to input's rank (#54477)
      
      * support bias's rank equal to input's rank
      
      * [inference][trt]layer_norm op with dynamic shape support INormalizationLayer in TRT8.6 (#54379)
      
      * layer_norm op with dynamic shape support INormalizationLayer in TRT8.6
      
      * Using trt layer to make layers_norm op in lower than trt8.6
      layer_norm op with dynamic shape support INormalizationLayer in TRT8.6
      
      ---------
      Co-authored-by: Nbukejiyu <52310069+bukejiyu@users.noreply.github.com>
      188871e6
  3. 06 6月, 2023 1 次提交
  4. 26 5月, 2023 1 次提交
  5. 25 5月, 2023 1 次提交
  6. 24 5月, 2023 1 次提交
  7. 23 5月, 2023 1 次提交
  8. 22 5月, 2023 2 次提交
    • M
      [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() (#53856) · 3794d171
      Meteor Liu 提交于
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * fixed cyclic reference that caused patial import
      
      * fixed bad change
      
      * fix bad import
      
      * fix bad import
      
      * fix bad import
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fixed usage of in_dynamic_mode() or in_dygraph_mode()
      
      * revert python3 to python in .pre-commit-config.yaml
      
      * fix merge conflicts
      3794d171
    • Y
      [Inference] add config.enable_low_precision_io api and remove rely on... · d1bbd900
      Yuanle Liu 提交于
      [Inference] add config.enable_low_precision_io api and remove rely on AnalysisConfig::Precison in trt (#52485)
      
      d1bbd900
  9. 19 5月, 2023 1 次提交
  10. 18 5月, 2023 2 次提交
    • Z
      [inference][trt]Remove trt sparse weight api (#53905) · 1007690b
      Zhang Jun 提交于
      * Revert "[inference][trt]add trt sparse weights switch (#53562)"
      
      This reverts commit 4a69a536.
      
      * remove kSPARSE_WEIGHTS
      
      * remove kFASTER_DYNAMIC_SHAPES_0805 and add 'TrtMajorVersion' function
      1007690b
    • H
      Fused elementwises kernels and ops (#51427) · fb4a6ecf
      Hulek 提交于
      * Fused elementwises kernels and ops
      
      * change fuse pass name
      
      * adjust .pbtxt files
      
      * adjust quantization attributes
      
      * add missing arguments and fix others, review fixed
      
      * simplify fused kernel registration
      
      * fix elementwise unit tests
      
      * reuse one fused elementwise op
      
      * adjust proto
      
      * Add supported datatypes
      
      * Change 'Scale' to 'scale' in tests, change some tests to onednn
      
      * Revert breaking changes
      
      * Fix unit tests
      
      * Delete obsolete test cases
      
      * Delete commented out code
      
      * Fix codestyle
      
      * delete temporary condition
      
      * fix conflicts and delete duplicate fusing
      
      * Fix code after merge
      
      * Move tests to new directory
      
      * fix tests volatility
      
      * Rename test_elementwise_add_onednn_op.py to test_elementwise_add_mkldnn_op.py
      
      * Update CMakeLists.txt add mkldnn op test
      
      ---------
      Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
      fb4a6ecf
  11. 16 5月, 2023 1 次提交
  12. 15 5月, 2023 1 次提交
  13. 12 5月, 2023 1 次提交
  14. 11 5月, 2023 6 次提交
  15. 10 5月, 2023 1 次提交
  16. 09 5月, 2023 1 次提交
  17. 08 5月, 2023 2 次提交
  18. 06 5月, 2023 2 次提交
  19. 28 4月, 2023 1 次提交
  20. 27 4月, 2023 1 次提交
  21. 26 4月, 2023 1 次提交
  22. 25 4月, 2023 1 次提交
  23. 22 4月, 2023 1 次提交
  24. 17 4月, 2023 1 次提交