Skip to content

Commit

Permalink
Update resource_aware_pool.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 authored Oct 25, 2024
1 parent b52e54f commit a028234
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\ :sub:`1`\), uses the memory in a kernel (k\ :sub:`1`\1), then schedules
the host resource which allocates memory (a\ :sub:`1`\), uses the memory in a kernel (k\ :sub:`1`\), then schedules
a deallocate (d\ :sub:`2`\). Then, the host immidiately reuses that memory for a different kernel (k\ :sub:`2`\).

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

0 comments on commit a028234

Please sign in to comment.