We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f586f7 commit d33c6c4Copy full SHA for d33c6c4
utilization.md
@@ -572,7 +572,7 @@ A kernel running in a team policy has a `Kokkos::TeamPolicy<>::member_type` argu
572
| `team_size()` | Number of threads in the team |
573
| `team_rank()` | Index of the thread within the team |
574
575
-Note that nested parallel constructs do not use `KOKKOS_LAMBDA` but `[=]`.
+Note that nested parallel constructs do not use `KOKKOS_LAMBDA` to create lambdas. One must use the C++ syntax, for example `[=]` or `[&]`.
576
577
<!--#ifndef PRINT-->
578
<img title="Doc" alt="Doc" src="./images/doc_txt.svg" height="25"> https://kokkos.org/kokkos-core-wiki/API/core/policies/TeamPolicy.html
0 commit comments