JuliaGPU/CUDA.jl

Support for GPUDirectStorage

Open

#1,630 建立於 2022年10月18日

在 GitHub 查看
 (13 留言) (0 反應) (0 負責人)Julia (274 fork)batch import
cuda librariesenhancementhelp wanted

倉庫指標

Star
 (1,408 star)
PR 合併指標
 (平均合併 5天 5小時) (30 天內合併 16 個 PR)

描述

We are using compressed disk array storage (Zarr.jl [1]). In Python there is kvikIO [2], which allows loading Zarr arrays directly into GPU memory. There are two steps, one is loading a chunk of the Zarr array into memory and the second one is to decompress it.

What would it take to implement this in Julia?

@Sonicious @meggart @felixcremer

[1] https://github.com/JuliaIO/Zarr.jl [2] https://docs.rapids.ai/api/kvikio/stable/

貢獻者指南