-
Notifications
You must be signed in to change notification settings - Fork 242
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 paddle backend #313
Add paddle backend #313
Conversation
@mmacklin Can you help to review this code? Thanks :) |
Hi @HydrogenSulfate, we are currently busy preparing for the 1.4 release so I don't think we can review your changes until after next week, but in the meantime, can you squash your changes down to a single commit? This is because the way we merge external contributions right now means that we can't squash it ourselves, or else your name disappears from the author list. Thanks! |
add paddle backend
They were not meant to be available from within Python's runtime and were not working as expected.
update interoperability.rst related to paddle content add Paddle in index.rst
6b68b38
to
c9a542e
Compare
Thanks for reply, commits will be squashed in #318 |
Category
Description
As talked in #285, we now add PaddlePaddle framework as one of backends.
run test:
output:
todolist:
__cuda_array_interface__
in paddlepaddle([API] Add__cuda_array_interface__
for eager Tensor PaddlePaddle/Paddle#68192)Changelog
Before your PR is "Ready for review"
stubs.py
,functions.rst
)?ruff check
andruff format --check
?