Skip to content

Commit 2f540c1

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

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
@@ -40,7 +40,7 @@ detailed throughout the rest of this chapter:
4040
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,
43-
providing performance portability. When commpiled with GPU support, these constructs launch
43+
providing performance portability. When compiled with GPU support, these constructs launch
4444
kernels with a large number GPU threads that only work on a few cells each. This work
4545
distribution is illustrated in :numref:`fig:gpu:threads`.
4646

0 commit comments

Comments
 (0)