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

【Hackathon 5th No.94】add paddle partial_op #20103

Merged
merged 10 commits into from
Jan 8, 2024

Conversation

Asthestarsfalll
Copy link
Contributor

@Asthestarsfalll Asthestarsfalll commented Sep 28, 2023

@Asthestarsfalll Asthestarsfalll requested a review from a team as a code owner September 28, 2023 01:21
@github-actions github-actions bot added the category: PDPD FE OpenVINO PaddlePaddle FrontEnd label Sep 28, 2023
@Asthestarsfalll Asthestarsfalll changed the title 【PaddlePaddle Hackathon 5】add paddle partial_op 【Hackathon 5th No.94】add paddle partial_op Sep 28, 2023
namespace paddle {
namespace op {

template <typename T>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use this template you defined to connect these 2 ops ? which may help to enable more partial like ops.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have tried some methods but failed.
Add op requires two Node as inputs, but Concat op requires a NodeVector and a integer to specify operate on which axis

@openvino-dev-samples
Copy link
Contributor

@yuxu42 Could you help to have a review on this PR, thanks

@yuxu42
Copy link
Contributor

yuxu42 commented Nov 6, 2023

@meiyang-intel could you please help review? Thanks!

@yuxu42 yuxu42 added ExternalPR External contributor PaddlePaddle Hackathon a Intel and Baidu joint Hackathon event labels Nov 10, 2023
Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@yuxu42
Copy link
Contributor

yuxu42 commented Dec 1, 2023

@Asthestarsfalll could you please fix the CI issues? Thanks!

@Asthestarsfalll
Copy link
Contributor Author

Asthestarsfalll commented Dec 1, 2023

@Asthestarsfalll could you please fix the CI issues? Thanks!

It was interupted when building ade. I think it's unrelated to this pr. There is no any extra information:
2023-12-01_14-34
Could you please have a look on this issue?

@meiyang-intel
Copy link
Contributor

Hi @Asthestarsfalll , can the test pass both in paddlepaddle v2.4.2 and v2.5.2 ?

@Asthestarsfalll
Copy link
Contributor Author

Hi @Asthestarsfalll , can the test pass both in paddlepaddle v2.4.2 and v2.5.2 ?

The interface for partial_sum and partial_concat has been moved from paddle.fluid.contrib.layers to paddle.incubate.layers since v2.5. So I add an if statement to handle this.

@Asthestarsfalll
Copy link
Contributor Author

@meiyang-intel Hi, Could you please take a look?

Copy link
Contributor

github-actions bot commented Jan 6, 2024

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Jan 6, 2024
@ceciliapeng2011 ceciliapeng2011 self-assigned this Jan 8, 2024
@ceciliapeng2011 ceciliapeng2011 enabled auto-merge (squash) January 8, 2024 00:38
@ceciliapeng2011 ceciliapeng2011 merged commit 93727d1 into openvinotoolkit:master Jan 8, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: PDPD FE OpenVINO PaddlePaddle FrontEnd ExternalPR External contributor PaddlePaddle Hackathon a Intel and Baidu joint Hackathon event Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants