Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 250 Bytes

File metadata and controls

7 lines (5 loc) · 250 Bytes

Added GPU-accelerated Zstd Codec

This adds support for decoding with the Zstd Codec on NVIDIA GPUs using the nvidia-nvcomp library.

With zarr.config.enable_gpu(), buffers will be decoded using the GPU and the output will reside in device memory.