JuliaGPU/CUDA.jl

Support for GPUDirectStorage

Open

#1 630 ouverte le 18 oct. 2022

Voir sur GitHub
 (13 commentaires) (0 réactions) (0 assignés)Julia (274 forks)batch import
cuda librariesenhancementhelp wanted

Métriques du dépôt

Stars
 (1 408 stars)
Métriques de merge PR
 (Merge moyen 5j 5h) (16 PRs mergées en 30 j)

Description

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/

Guide contributeur