We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b1218 commit 74909b9Copy full SHA for 74909b9
Docs/sphinx_documentation/source/GPU.rst
@@ -37,7 +37,7 @@ Additional information that is required for creating GPU applications is
37
detailed throughout the rest of this chapter:
38
39
- 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)``.
+ same device, but for best performance we usually recommend ``(MPI ranks == Number of GPUs)``.
41
42
- GPU kernels are launched through ``ParallelFor`` looping constructs that use GPU extended lambdas,
43
providing performance portability. When commpiled with GPU support, these constructs launch
0 commit comments