-
Notifications
You must be signed in to change notification settings - Fork 33
Add sparse
compatibility layer.
#134
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
Conversation
sparse
compatibility layer.sparse
compatibility layer.
Given that JAX also doesn't have CI and we already have CI for the Array API in |
Can you update the docs. If you search for the places where JAX is mentioned you can also mention sparse there in the same way. |
Also sparse can be added to the same the places where jax is tested in the tests. |
The PyTorch failures seem to be unrelated to this PR, from a quick glance. |
This page should be updated too https://github.com/data-apis/array-api-compat/blob/main/docs/supported-array-libraries.md |
Done in b77472d. |
OK, this looks good. Let me know if you need this released soon. Otherwise, it might take a bit because I need to figure out what is going on with the PyTorch failures. |
This PR adds a compatibility layer for
sparse
.