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

【PIR API adaptor No.24-26】Migrate paddle.bitwise_not/bitwise_or/bitwise_xor into pir #58331

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

enkilee
Copy link
Contributor

@enkilee enkilee commented Oct 24, 2023

PR types

Others

PR changes

APIs

Description

  • 新IR Python API适配升级 #58067
    No.24 No.25 No.26
    PIR API 推全升级
    paddle.bitwise_not 迁移升级至 pir,并更新单测,单测覆盖率:6/6
    paddle.bitwise_or 迁移升级至 pir,并更新单测,单测覆盖率:8/8
    paddle.bitwise_xor 迁移升级至 pir,并更新单测,单测覆盖率:8/8

@paddle-bot
Copy link

paddle-bot bot commented Oct 24, 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 paddle-bot bot added the contributor External developers label Oct 24, 2023
@Ligoml Ligoml changed the title 【PIR API adaptor No.24/25/26】 Migrate paddle.bitwise_not/bitwise_or/bitwise_xor into pir 【PIR API adaptor No.24-26】 Migrate paddle.bitwise_not/bitwise_or/bitwise_xor into pir Oct 25, 2023
@Ligoml Ligoml changed the title 【PIR API adaptor No.24-26】 Migrate paddle.bitwise_not/bitwise_or/bitwise_xor into pir 【PIR API adaptor No.24-26】Migrate paddle.bitwise_not/bitwise_or/bitwise_xor into pir Oct 25, 2023
Aurelius84
Aurelius84 previously approved these changes Oct 25, 2023
YuanRisheng
YuanRisheng previously approved these changes Oct 25, 2023
@0x45f
Copy link
Contributor

0x45f commented Oct 25, 2023

对于bitwise_not_/bitwise_or_/bitwise_xor_这几以 _ 结尾的api,是inplace的api,他们都被inplace_apis_in_dygraph_only装饰了,是动态图下的api,不需要进行适配,辛苦把这几个api下的修改代码修改回来吧~

@enkilee
Copy link
Contributor Author

enkilee commented Oct 26, 2023

收到

@enkilee enkilee dismissed stale reviews from YuanRisheng and Aurelius84 via ab9a174 October 26, 2023 02:13
@enkilee
Copy link
Contributor Author

enkilee commented Oct 26, 2023

但我看 bitwise_and_ 也改了?所以我也改了。

@0x45f 0x45f merged commit e99885f into PaddlePaddle:develop Oct 26, 2023
28 checks passed
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Nov 3, 2023
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
@enkilee enkilee deleted the pir-api-no.24-25-26 branch December 14, 2023 08:54
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.

5 participants