File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Docs/sphinx_documentation/source Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1613,7 +1613,7 @@ including AMReX's native kernel launching mechanisms as well OpenMP and OpenACC.
16131613
16141614The above code simply invalidates all particle on all particle tiles. The ``ParticleTileData ``
16151615object 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
16171617because the same object can be used regardless of whether the data layout is AoS or SoA.
16181618
16191619An example Fortran particle subroutine offloaded via OpenACC might look like the following:
You can’t perform that action at this time.
0 commit comments