Skip to content

Commit

Permalink
tweak name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Sep 16, 2024
1 parent 678e54f commit 0e70dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples/best-practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ We also recommend allocating most, though not all, of the GPU memory space. We d

Additionally, when using `Accelerated Networking`_ , we only need to register a single IPC handle for the whole pool (which is expensive, but only done once) since from the IPC point of viewer there's only a single allocation. As opposed to just using RMM without a pool where each new allocation must be registered with IPC.

Spilling from Device
~~~~~~~~~~~~~~~~~~~~
Memory Spilling
~~~~~~~~~~~~~~~

Dask-CUDA offers several different ways to enable automatic spilling from device memory.
The best method often depends on the specific workflow. For classic ETL workloads using
Expand Down

0 comments on commit 0e70dd6

Please sign in to comment.