Skip to content

Commit 56cc00c

Browse files
committed
changelog
1 parent 8371513 commit 56cc00c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

changes/2751.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed bug with Zarr using device memory, instead of host memory, for storing metadata when using GPUs.

changes/2751.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added new user guide on :ref:`user-guide-gpu`.

changes/2751.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added :meth:`zarr.config.enable_gpu` to update Zarr's configuration to use GPUs.

docs/user-guide/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Configuration options include the following:
3232
- Whether empty chunks are written to storage ``array.write_empty_chunks``
3333
- Async and threading options, e.g. ``async.concurrency`` and ``threading.max_workers``
3434
- Selections of implementations of codecs, codec pipelines and buffers
35-
- Enabling GPU support with ``enable_cuda()``. See :ref:`user-guide-gpu` for more.
35+
- Enabling GPU support with ``zarr.config.enable_gpu()``. See :ref:`user-guide-gpu` for more.
3636

3737
For selecting custom implementations of codecs, pipelines, buffers and ndbuffers,
3838
first register the implementations in the registry and then select them in the config.

0 commit comments

Comments
 (0)