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

Generalise storage layer #322

Closed
tomwhite opened this issue Nov 13, 2023 · 0 comments · Fixed by #480
Closed

Generalise storage layer #322

tomwhite opened this issue Nov 13, 2023 · 0 comments · Fixed by #480
Labels

Comments

@tomwhite
Copy link
Member

This would

  1. allow the use of different storage backends in addition to the regular Zarr library - in particular Use google tensorstore to read/write to zarr? #187.
  2. convert the backend array API being used (NumPy, JAX, etc - see Array API backend #317) to and from the underlying storage.

These belong together since they are quite closely related, e.g. the use case in #304 where the underlying storage is Zarr and the backend array is JAX on GPUs, so it makes sense to have something that encapsulates this.

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

Successfully merging a pull request may close this issue.

1 participant