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

[Prim][PIR] support masked_select op backward in prim pir #64036

Merged
merged 7 commits into from
May 29, 2024

Conversation

Eddie-Wang1120
Copy link
Contributor

PR Category

Others

PR Types

Others

Description

[Prim][PIR] support masked_select op backward in prim pir

Copy link

paddle-bot bot commented May 5, 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 May 5, 2024
@Eddie-Wang1120 Eddie-Wang1120 marked this pull request as ready for review May 7, 2024 15:18
grad_trans = concat<T>({grad_reshape, pad_zeros}, 0);
}

auto input_tensor = full<T>({x_num}, 0, DataType::FLOAT32);
Copy link
Contributor

Choose a reason for hiding this comment

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

这里的dtype不应该写死?

paddle/fluid/primitive/rule/vjp/details.h Show resolved Hide resolved
Copy link

paddle-ci-bot bot commented May 21, 2024

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

@cyber-pioneer cyber-pioneer merged commit 4d67825 into PaddlePaddle:develop May 29, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants