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 unbind op forward in prim pir #64430

Merged
merged 10 commits into from
Jun 18, 2024

Conversation

Eddie-Wang1120
Copy link
Contributor

PR Category

Others

PR Types

Others

Description

[Prim][PIR] support unbind op forward in prim pir

Copy link

paddle-bot bot commented May 18, 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 18, 2024
Copy link

paddle-ci-bot bot commented May 29, 2024

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

@@ -195,7 +197,7 @@ def _set_op_type(self):
self.op_type = "unbind"

def test_check_output(self):
self.check_output(check_pir=True)
self.check_output(check_pir=True, check_prim_pir=True)

def test_check_grad(self):
self.check_grad(['X'], ['out0', 'out1', 'out2'], check_pir=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

, check_prim_pir=True

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@cyber-pioneer cyber-pioneer merged commit b739ff0 into PaddlePaddle:develop Jun 18, 2024
32 of 33 checks passed
co63oc pushed a commit to co63oc/Paddle that referenced this pull request Jun 25, 2024
* update unbind

* fix size_t

* update dynamic test

* update unbind

* add assert

* Update test_unbind_op.py

* prim test change

* fix code
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