Skip to content

Commit 74909b9

Browse files
committed
Update GPU section of the documentation
1 parent b4b1218 commit 74909b9

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
@@ -37,7 +37,7 @@ Additional information that is required for creating GPU applications is
3737
detailed throughout the rest of this chapter:
3838

3939
- Each MPI rank offloads its work to a single GPU. Multiple ranks can share the
40-
same device, but best performance we usually recommend ``(MPI ranks == Number of GPUs)``.
40+
same device, but for best performance we usually recommend ``(MPI ranks == Number of GPUs)``.
4141

4242
- GPU kernels are launched through ``ParallelFor`` looping constructs that use GPU extended lambdas,
4343
providing performance portability. When commpiled with GPU support, these constructs launch

0 commit comments

Comments
 (0)