Skip to content

Commit ca3b841

Browse files
committed
Update GPU section of the documentation
1 parent b3cf268 commit ca3b841

File tree

1 file changed

+1
-1
lines changed
  • Docs/sphinx_documentation/source

1 file changed

+1
-1
lines changed

Docs/sphinx_documentation/source/GPU.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ including AMReX's native kernel launching mechanisms as well OpenMP and OpenACC.
16131613

16141614
The above code simply invalidates all particle on all particle tiles. The ``ParticleTileData``
16151615
object is analagous to ``Array4`` in that it stores pointers to particle data and can be used
1616-
on either the host or the device. It is a convenient way to pass particle data into GPU kernels
1616+
on either the host or the device. This is a convenient way to pass particle data into GPU kernels
16171617
because the same object can be used regardless of whether the data layout is AoS or SoA.
16181618

16191619
An example Fortran particle subroutine offloaded via OpenACC might look like the following:

0 commit comments

Comments
 (0)