-
Notifications
You must be signed in to change notification settings - Fork 7
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
GPUdirect #7
Comments
Hi @kanglcn ! I came across this issue due to the rapidsai/kvikio reference. I work on the RAPIDS team at NVIDIA. If you're willing to share, I'd love to learn more about what potential KvikIO features and functionality would be important for your use cases. |
Hi @beckernick . It looks I can't install kvikio with python 3.10.
|
We've just released v23.04, which includes Python 3.10 support. Would you be able to give that a test? |
Thank you @beckernick ! I have successfully installed it. I am working on satellite image processings. My current workflow is:
The data reading and writing is too slow. That is why I am looking for After I install it, I find a problem in reading zarr:
The data is successfully load into memory. But when I use
I got an error: Click me
|
Hi @kanglcn, the GPU array support in Zarr is still in development. we just merged the final piece, which will be included in the next Zarr release We need to make KvikIO use this new Zarr feature and then everything should just work hopefully :) Are you using compression? |
Thanks @madsbk for letting me know! Would you consider adding support for dask? i.e. |
Yes, the plan is to support dask. |
Use https://github.com/rapidsai/kvikio when it is mature.
The text was updated successfully, but these errors were encountered: