-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
|
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. |
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. |
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. |
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);