- 06 9月, 2023 1 次提交
-
-
由 leolishaohao 提交于
* [XPU] add squeeze_excitation_block_xpu op&pass to optimize ppocr_v3_det model test=kunlun * fix * fix Codestype * remove xpu name
-
- 05 9月, 2023 1 次提交
-
-
由 jiangfan06 提交于
-
- 04 9月, 2023 1 次提交
-
-
由 ming1753 提交于
* Modify MarkTrtEngineOutputs API
-
- 01 9月, 2023 1 次提交
-
-
由 cyberslack_lee 提交于
[clang-tidy] No.34,36 enable performance-noexcept-move-constructor,modernize-use-transparent-functors (#56261) * fix * fix * CI * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * CI * fix * CI
-
- 30 8月, 2023 1 次提交
-
-
由 huangjiyi 提交于
* update * repalce gflags header * replace DEFINE_<type> with PD_DEFINE_<type> * fix bug * fix bug * fix bug * update cmake * add :: before some paddle namespace * fix link error * fix CI-Py3 * allow commandline parse * fix SetFlagsFromEnv * fix bug * fix bug * fix CI-CINN * fix CI-Coverage-build * fix CI-Windows-build * fix CI-Inference * fix bug * fix bug * fix CI-CINN * fix inference api test * fix infer_ut test * revert infer_ut gflags usage * update * fix inference * remove flags export macro * revert inference demo_ci gflags usage * update * update * update * update * update * update * update * update * fix bug when turn on WITH_GFLAGS * turn on WITH_GFLAGS * fix bug when turn on WITH_GFLAGS * fix bug when turn on WITH_GFLAGS * update * update and add unittest * add unittest * fix conflict * rerun ci * update * resolve conflict
-
- 29 8月, 2023 3 次提交
-
-
由 ronnywang 提交于
-
由 cyberslack_lee 提交于
* fix * fix
-
由 gouzil 提交于
-
- 28 8月, 2023 1 次提交
-
-
由 gouzil 提交于
-
- 25 8月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
* auto mixed precision inference support white list * update * update * update * move down identity_op_clean_pass * fix code style
-
- 24 8月, 2023 1 次提交
-
-
由 csy0225 提交于
-
- 23 8月, 2023 2 次提交
-
-
由 Leo Chen 提交于
* Integrate quantize/dequantize linear and add config for explicit quantization * Fix the build error * Add macro for TRT version < 8.0 * Remove qdq UT from windows * Fix UT failure * Check TRT version in qdq UT * Test tensorrt_explicit_enabled API * Disable QDQ UT if TRT version < 8.5 * Add quantization postfix into public APIs * Apply code formatter * Fix the UT failure for explicit quantization * Apply code formatter on modified files * Correct the year in copyright
-
由 Travis-Lee 提交于
-
- 18 8月, 2023 1 次提交
-
-
由 lzy 提交于
[Inference] Make share_external_data supports bf16 and bool; fix while_op cache_inference_while_scope when using fleet_executor. (#56055) * 1. make share_external_data supports bf16 and bool; 2. don't drop_kids when cache_inference_while_scope * fix FLAGS_cache_inference_while_scope * add unitest * add unitest * skip unitest when cudnn_version < 8100 * skip test share_external_data_bf16 when CUDA_ARCH < 80
-
- 17 8月, 2023 1 次提交
-
-
由 ming1753 提交于
* [paddle-TRT] support mark output * [fix bug] hook function only call one in different predictor * add api test
-
- 16 8月, 2023 1 次提交
-
-
由 jiangfan06 提交于
-
- 14 8月, 2023 1 次提交
-
-
由 cyberslack_lee 提交于
-
- 10 8月, 2023 1 次提交
-
-
由 csy0225 提交于
-
- 09 8月, 2023 2 次提交
-
-
由 Xinyu Chen 提交于
* onednn: rename macro to PADDLE_WITH_DNNL * onednn: rename macro to CINN_WITH_DNNL
-
由 Ruibin Cheung 提交于
-
- 07 8月, 2023 3 次提交
-
-
由 Yuanle Liu 提交于
* fix cudnn 8.7+ bug on cudnnConvolutionBiasActivationForward * save_optimized_model_pass support tensorrt * update * update * fix compile * update * fix ut timeout
-
由 gouzil 提交于
-
由 Ruibin Cheung 提交于
-
- 04 8月, 2023 1 次提交
-
-
由 Ruibin Cheung 提交于
* [clang-tidy] enable modernize-use-emplace * Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into modernize_use_emplace
-
- 03 8月, 2023 2 次提交
- 02 8月, 2023 2 次提交
-
-
由 wz1qqx 提交于
-
由 jiangfan06 提交于
-
- 01 8月, 2023 1 次提交
-
-
由 hong19860320 提交于
-
- 27 7月, 2023 1 次提交
-
-
由 ming1753 提交于
* [Paddle-TRT] add flip op
-
- 24 7月, 2023 2 次提交
-
-
由 chen 提交于
[Paddle-TRT] Convert 0D tensor to 1D tensor, increase the shape tensor's number count when collecting shape (#55503) * make 0-D tensor to 1-D tensor to support Grounding-SAM and add shape check * recover identity_op_clean_pass.cc
-
由 Xinyu Chen 提交于
* onednn: remove fc+eltwiseadd fusion pass * onednn: remove post-sum fusion in fc kernel * onednn: tests: make unfused add run into f32
-
- 21 7月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
* fix cudnn 8.7+ bug on cudnnConvolutionBiasActivationForward * save_optimized_model_pass support gpu
-
由 Ruibin Cheung 提交于
-
- 20 7月, 2023 2 次提交
-
-
由 Leo Chen 提交于
* Fix TRT multihead matmul UT failure
-
由 zhupengyang 提交于
-
- 19 7月, 2023 2 次提交
- 17 7月, 2023 1 次提交
-
-
由 ming1753 提交于
* [Paddle-TRT] add assign op
-
- 13 7月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
* copy dense_tensor.h to inference lib * update * update
-