Skip to content
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

Zarr+CuPy+GDS+nvCOMP made easy #267

Merged
merged 8 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Spelling
Co-authored-by: Benjamin Zaitlen <[email protected]>
  • Loading branch information
madsbk and quasiben authored Aug 24, 2023
commit 656d439de0cb83c3e3c885ef3cc28b062e3ee9c7
2 changes: 1 addition & 1 deletion python/kvikio/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def open_cupy_array(
exist); 'w' means create (overwrite if exists); 'w-' means create
(fail if exists).
compressor
The compressor use when create a Zarr file or None if no compressor
The compressor used when creating a Zarr file or None if no compressor
is to be used. If a `CompatCompressor` is given, `CompatCompressor.gpu`
is used for compression and decompression; and `CompatCompressor.cpu`
is written as the compressor in the Zarr file metadata on disk.
Expand Down