-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Sparse arrays/matrices #765
Comments
Over in #1032, @Jamesthegiantpeach asked:
lax_reference is an attempt to implement JAX's core logic on top of NumPy instead of XLA. In principle, I think that means that the JAX could probably work on pydata/sparse via NumPy duck typing (sparse implements NumPy's So one conceivable path for adding pydata/sparse integration (or integration with any other library that implements the NumPy array interface, e.g., dask.array) would be as follows:
|
We have some experimental sparse support in JAX that is being actively developed; see https://jax.readthedocs.io/en/latest/jax.experimental.sparse.html |
I'll close this; you can follow progress in |
Are these in scope for JAX?
I guess the first challenge would be getting sparse arrays into XLA.
The text was updated successfully, but these errors were encountered: