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

[CINN][Backend Pass Update No.4] Update TransBufferWithDynamicShape pass #70548

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

LittleHeroZZZX
Copy link
Contributor

@LittleHeroZZZX LittleHeroZZZX commented Dec 30, 2024

PR Category

CINN

PR Types

Improvements

Description

改造了 TransBufferWithDynamicShape pass

Copy link

paddle-bot bot commented Dec 30, 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.

*/
void CudaTransBufferWithDynamicShape(ir::Expr* expr);
std::unique_ptr<FuncPass> CreateTransBufferWithDynamicShapePass();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

函数签名去掉了"Cuda"前缀,是因为在检查共享内存是否超限时提供了HygonDCUArchHIP版本的实现

@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Dec 31, 2024
@Hongqing-work Hongqing-work merged commit a927efb into PaddlePaddle:develop Jan 2, 2025
29 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource 快乐开源活动issue与PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants