Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PIR][Inference] open pir amp pass and fix some bugs #67822

Merged
merged 25 commits into from
Oct 17, 2024

Conversation

aooxin
Copy link
Contributor

@aooxin aooxin commented Aug 29, 2024

PR Category

Inference

PR Types

Improvements

Description

Improvements of auto_mixed_precision_pass

This PR addresses and resolves the issues encountered with mixed precision inference across several models, including fixed tffnet、pp-ocr-v2-rec、faster_rcnn_r50_fpn_1x_coco、mask_rcnn_r50_1x_coco、rec_abinet、rec_mv3_tps_bilstm_ctc_v2_0

测试需要设置以下 config:
config.EnableUseGpu(500, 0, PrecisionType::kHalf);
config.EnableNewExecutor(true);
config.EnableNewIR(true);

Copy link

paddle-bot bot commented Aug 29, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@CLAassistant
Copy link

CLAassistant commented Aug 29, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

paddle-ci-bot bot commented Sep 6, 2024

Sorry to inform you that 1af5328's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

Copy link

paddle-ci-bot bot commented Oct 8, 2024

Sorry to inform you that a6fddaf's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

yuanlehome

This comment was marked as duplicate.

@yuanlehome yuanlehome merged commit b01f759 into PaddlePaddle:develop Oct 17, 2024
26 of 27 checks passed
@yuanlehome yuanlehome changed the title fixed bugs for auto_mixed_precision_pass.cc [PIR][Inference] open pir amp pass and fix some bugs Oct 17, 2024
Copy link

paddle-ci-bot bot commented Oct 17, 2024

Sorry to inform you that ad916bf's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants