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][Add Backend Pass Comment No.12] Add comment for TransformGpuForloop #70289

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

hanyang2508
Copy link
Contributor

@hanyang2508 hanyang2508 commented Dec 17, 2024

PR Category

CINN

PR Types

Others

Description

为TransformGpuForloop Pass添加了注释

Copy link

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

@paddle-bot paddle-bot bot added the contributor External developers label Dec 17, 2024
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Dec 18, 2024
Comment on lines 48 to 55
* This pass is applicable in scenarios where the Intermediate Representation
* (IR) contains GPU-specific for loops, such as `GPUBlock` and `GPUThread`
* loops. It is particularly useful when simplifying the IR by removing GPU
* parallelism constructs. These scenarios are common in multi-backend
* compilation pipelines or during stages where GPU constructs need to be
* transformed or stripped out to ensure compatibility and optimization across
* different hardware targets.
*
Copy link
Contributor

Choose a reason for hiding this comment

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

这段不需要加了

Copy link
Contributor Author

Choose a reason for hiding this comment

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

已修改

@luotao1 luotao1 merged commit d6da7e3 into PaddlePaddle:develop Dec 23, 2024
28 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.

4 participants