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

Add PaddlePaddle backend. #122

Closed
wants to merge 0 commits into from
Closed

Conversation

jm12138
Copy link

@jm12138 jm12138 commented Jun 6, 2021

  • Add paddlepaddle deep learning framework support.

@arogozhnikov
Copy link
Owner

arogozhnikov commented Jul 17, 2021

Hello and thanks for contributing.

I don't merge this PR for two reasons:

  • paddlepaddle doesn't handle zero-dimensional tensor properly, see this issue, einops tests are failing and the same issue with previous versions of mxnet was a lot of headache

  • einops follows license requirements, it should not derive external code - einsum should be either taken from paddle (I see there is no support) or imported from paddlenlp; No derived code should be copied to einops

@zhwesky2010
Copy link
Contributor

zhwesky2010 commented Sep 15, 2022

@jm12138 @arogozhnikov Hello, It is seemed that if transpose、reshape、stack、tile、unsequeeze supports 0D, this PR can pass CI and paddle will be supported in EinOps. We will support these 5 APIs for 0D firstly, and are there any other questions you met?

@zhwesky2010
Copy link
Contributor

zhwesky2010 commented Oct 13, 2022

@jm12138 @arogozhnikov Problem mentioned above has been fix in PaddlePaddle/Paddle#46555. If there are any other prolem and we will fixed as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants