-
Notifications
You must be signed in to change notification settings - Fork 28
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
[WIP] Add paddle support #206
base: main
Are you sure you want to change the base?
Conversation
14e0927
to
7118894
Compare
Cool, thanks for working on this @HydrogenSulfate! I am curious to learn a bit more about Paddle. In particular conceptually what is supported - https://www.paddlepaddle.org.cn/documentation/docs/en/guides/jit/index_en.html and a few other guides tell me a bit, but not quite what I was most interested in. A few questions if you don't mind:
|
Thanks much for reply and attention to this PR,
|
Thanks for the detailed explanation @HydrogenSulfate, much appreciated.
I'll note that I tried inferring supported devices from this Install page, where ROCm/XPU aren't yet present: |
Embarrassingly, our English documents are somewhat outdated, so you can use the browser's translation feature to translate the Chinese documents into English. ROCm is used in XPU is used in |
Not embarrassing at all - we still haven't even deployed our Chinese translations on https://numpy.org/ (they're coming though!). Thanks for the tips. Once this is ready, I'll try giving Paddle + SciPy a spin. |
Support Paddle framework in array-api-compat, but still working in progress.
TODO List:
paddle.vecdot
,paddle.linalg.vecdot
PaddlePaddle/Paddle#69477Related issue: PaddlePaddle/Paddle#68618