-
Notifications
You must be signed in to change notification settings - Fork 58
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
Zarr notebook #261
Zarr notebook #261
Conversation
Thanks Mads! 🙏 Isaac do you want to give this a try? Would appreciate hearing any feedback you have 🙂 |
…o zarr_notebook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gave this a look, and I think it's great. Thanks for putting this together @madsbk!
One content addition that would be really good is a "CPU compression / GPU decompression" example like in nvcomp_batch_codec.ipynb
. It would be good for there to be a clear example of how to work with interoperable data, ideally in as "blessed" of a way as possible while zarr-developers/numcodecs#316 is resolved.
Maybe an intermediate kerchunk store could work? I haven't actually been 100% sure if kerchunk can be used with direct GPU loading (things like #235 make me think I can, but maybe it's legate specific?), so an example of that could also be great.
I would maybe also consider making this a little more visible. Linking in the readme is good, but I would put documentation about usage above the instructions for a dev install.
Added an example of reading a GPU-written Zarr file into a NumPy array. However, AFAICT it isn't possible to specify a |
Thanks!
In I think it's important to show if data can be read both direct to GPU by this library, and in an environment without the NVIDIA libraries or a GPU. |
Good point, I have updated the notebook to show CPU and GPU mixing. Also, it now use the new |
@Alexey-Kamenev, could I get you to review the notebook. It makes use of your new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great - thank you!
…o zarr_notebook
Thanks @Alexey-Kamenev |
/merge |
Fixes #143
cc. @ivirshup @jakirkham