We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zarr.core.buffer
v3
na
Over in pydata/xarray#10079, I'd like to use zarr.core.buffer.cpu. But after #2621 zarr.core is offically private.
zarr.core.buffer.cpu
zarr.core
I'd suggest zarr.buffer.{cpu,gpu} as a public API for these modules. Similar-ish to zarr.storage.
zarr.buffer.{cpu,gpu}
zarr.storage
xref #2641, but that covered the ABC. In this case I'll need the concrete implementation (CPU specifically).
The text was updated successfully, but these errors were encountered:
Yes! Let's do this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Zarr version
v3
Numcodecs version
na
Python Version
na
Operating System
na
Installation
na
Description
Over in pydata/xarray#10079, I'd like to use
zarr.core.buffer.cpu
. But after #2621zarr.core
is offically private.I'd suggest
zarr.buffer.{cpu,gpu}
as a public API for these modules. Similar-ish tozarr.storage
.Steps to reproduce
na
Additional output
xref #2641, but that covered the ABC. In this case I'll need the concrete implementation (CPU specifically).
The text was updated successfully, but these errors were encountered: