Skip to content

Commit

Permalink
Update docs/sphinx/cookbook/resource_aware_pool.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Hornung <[email protected]>
  • Loading branch information
kab163 and rhornung67 authored Oct 25, 2024
1 parent feb758d commit ac71b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/cookbook/resource_aware_pool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Using a Single Resource

Umpire's strategies such as ``QuickPool`` and ``DynamicPoolList`` work very well
on the device when we are dealing with a single camp device resource. In the figure below, we have
the host resource which allocates memory (a``_``1), uses the memory in a kernel (k``_``1), then schedules
the host resource which allocates memory (a\ :sub:`1`\), uses the memory in a kernel (k\ :sub:`1`\1), then schedules
a deallocate (d``_``1). Then, the host immidiately reuses that memory for a different kernel (k``_``2).

.. image:: ./single_mem.png
Expand Down

0 comments on commit ac71b4e

Please sign in to comment.