Skip to content
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

Use array API for internal array operations #315

Closed
tomwhite opened this issue Oct 9, 2023 · 0 comments · Fixed by #317
Closed

Use array API for internal array operations #315

tomwhite opened this issue Oct 9, 2023 · 0 comments · Fixed by #317

Comments

@tomwhite
Copy link
Member

tomwhite commented Oct 9, 2023

Cubed implements the array API standard, but it uses the regular NumPy API for its internal operations on chunks.

It should be possible to use the array API for these internal operations, which would then enable different array API libraries to be used in Cubed. JAX would be one possibility, for example, by using jax-ml/jax#16099 (see also #304).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant