Skip to content

Commit

Permalink
Incorporate reviewer feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
  • Loading branch information
DanilaFe committed Sep 18, 2024
1 parent 58e540a commit 7dfaddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/rst/technotes/gpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ functions.
In some cases, it is desirable to write code that can execute on the GPU, but is
not required to do so. In this case, ``@assertOnGpu``'s runtime component
is unnecessary. The :annotation:`@gpu.assertEligible <GPU.@gpu.assertEligible>` attribute has the
same compile-time behavior as ``@assertOnGpu``, but does not perform this check.
same compile-time behavior as ``@assertOnGpu``, but does not perform this
execution-time check.

Utilities in the :mod:`MemDiagnostics` module can be used to monitor GPU memory
allocations and detect memory leaks. For example, :proc:`startVerboseMem()
Expand Down

0 comments on commit 7dfaddb

Please sign in to comment.