Skip to content

Commit

Permalink
Docs - less definitive wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzient committed Jun 12, 2023
1 parent 0dfb84a commit 7c1ed20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced_topics_performance_tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ When using the memory pool (``DALI_USE_DEVICE_MEM_POOL=1`` or unset), you can di
VMM by setting ``DALI_USE_VMM=0``. This will cause ``cudaMalloc`` to be used as an upstream memory
resource for the internal memory pool.

Using ``cudaMallocAsync`` results in slightly slower execution, but it enables memory pool sharing
with other libraries using the same allocation method.
Using ``cudaMallocAsync`` typicallly results in slightly slower execution, but it enables memory
pool sharing with other libraries using the same allocation method.

.. warning::
Disabling memory pools will result in a dramatic drop in performance. This option is provided
Expand Down

0 comments on commit 7c1ed20

Please sign in to comment.