[Paddle Backend] Question about adding PaddlePaddle backend #285
Closed
HydrogenSulfate
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @HydrogenSulfate, thanks for letting us know - I would be very interested to see your PaddlePaddle integration as we're not too familiar with this framework. Please submit a PR and we will review. Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Recently, while using warp, we found it to be a very interesting library. It allows us to accomplish complex tasks in Python that would typically require C++ code. Most importantly, its design supports multiple backends, which greatly facilitates the integration of our own backend code during development. However, due to some legacy issues with our framework, we have currently only adapted the PaddlePaddle backend for warp in my personal repository.
Therefore, if we have prepared the PaddlePaddle backend code for warp along with the corresponding unit tests, would it be possible for us to submit a PR to warp and have it included as one of the backends? Additionally, could we receive some assistance, including code review support?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions