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/

贡献者指南