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 74909b9 commit 2f540c1Copy full SHA for 2f540c1
Docs/sphinx_documentation/source/GPU.rst
@@ -40,7 +40,7 @@ detailed throughout the rest of this chapter:
40
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
+ providing performance portability. When compiled with GPU support, these constructs launch
44
kernels with a large number GPU threads that only work on a few cells each. This work
45
distribution is illustrated in :numref:`fig:gpu:threads`.
46
0 commit comments