-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Array API adoption Unconference Session #1
Comments
I can speak on this topic too as I'm presenting on it at EuroSciPy this Thursday. |
Some notes on this from discussion at EuroSciPy: https://hackmd.io/@seberg/spatch |
Thanks for proposing the topic, @thomasjpfan! This is scheduled in Main Room 1. Check the schedule here: https://www.nfsummit24.com/schedule. |
Scikit-learn and SciPy have been incrementally adding support for the Array API standard. The Array API standard enables libraries to write code in a standard and operate with different array libraries such as NumPy, PyTorch, CuPy, or JAX.
For this unconference session, we will discuss the process of adopting the Array API standard and whether the Array API standard adoption makes sense for your library.
When adopting Array API standard, here are some of the common issues that came up:
x[[0, 3, 4], :] = 3
take
,put
, etc) data-apis/array-api#177The text was updated successfully, but these errors were encountered: