Skip to content

Commit

Permalink
hoping this is the last typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed Sep 10, 2024
1 parent 114793d commit 8d9d177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sphinx/cookbook/shared_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ Additionally, we can double check that an allocator has the ``SHARED`` memory re
UMPIRE_ASSERT(node_allocator.getAllocationStrategy()->getTraits().resource == umpire::MemoryResourceTraits::resource_type::shared);
You can see a full example here:

.. literalinclude:: ../../../examples/cookbook/recipe_shared_memory.cpp
:language: cpp
:language: cpp

0 comments on commit 8d9d177

Please sign in to comment.