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

[Paddle-TRT] use hook to collect shape in CollectShapeRangeInfo API. #54841

Merged
merged 8 commits into from
Jul 3, 2023

Conversation

zhoutianzi666
Copy link
Contributor

@zhoutianzi666 zhoutianzi666 commented Jun 25, 2023

PR types

Others

PR changes

Others

Description

P-card-71501

  • 用hook去收集shape信息,每一个Op执行之前就立即收集此Op的输入的shape和shape value,而不是模型执行完再收集,因为内存复用策略会改写部分tensor的value。

@paddle-bot
Copy link

paddle-bot bot commented Jun 25, 2023

你的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
Copy link

paddle-bot bot commented Jun 25, 2023

❌ The PR is not created using PR's template. You can refer to this Demo.
Please use PR's template, it helps save our maintainers' time so that more developers get helped.

@zhoutianzi666 zhoutianzi666 changed the title commit [Paddle-TRT] use hook to collect shape Jun 28, 2023
yuanlehome
yuanlehome previously approved these changes Jun 28, 2023
Copy link
Contributor

@yuanlehome yuanlehome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhoutianzi666 zhoutianzi666 changed the title [Paddle-TRT] use hook to collect shape [Paddle-TRT] use hook to collect shape in CollectShapeRangeInfo API. Jul 3, 2023
@yuanlehome yuanlehome merged commit 989f3dd into PaddlePaddle:develop Jul 3, 2023
24 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants