Replies: 1 comment 2 replies
-
Maybe it is worth reading issue ( zarr-developers/numcodecs#316 ) Also would check out issue ( rapidsai/kvikio#66 ) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm figuring out some direct GPU loading stuff with zarr and am running into some confusing bits. If I write out some arrays on a CPU, then want to read them in, what's the API for doing this?
kvikio has a notebook that demonstrates this by modifying the
.zarray
json inplace:Is there a good way to do this that doesn't (a) modify the
.zarray
json in-place and (b) uses a higher level API?Beta Was this translation helpful? Give feedback.
All reactions