Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

Fix test_trt_convert_layer_norm failure on TensorRT 10.3.0

Open yumin066 opened this issue 1 year ago • 1 comments

PR Category

Environment Adaptation

PR Types

Bug fixes

Description

test_trt_convert_layer_norm failure on TensorRT 10.3.0. Segmentation fault is reported due to nullptr access. The nullptr is caused by small workspace size, and segmentation fault is caused by lacking of nullptr checking. I've added nullptr checking login to engine.cc, and expanded workspace size to 8192, to adapt to TensorRT 10.3.0.

yumin066 avatar Aug 26 '24 02:08 yumin066

你的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.

paddle-bot[bot] avatar Aug 26 '24 02:08 paddle-bot[bot]

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

paddle-ci-bot[bot] avatar Sep 06 '24 03:09 paddle-ci-bot[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 19 '24 01:09 CLAassistant