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 5410d35 commit 5930429Copy full SHA for 5930429
sycl/include/sycl/handler.hpp
@@ -1754,8 +1754,8 @@ class __SYCL_EXPORT handler {
1754
}
1755
1756
// This version of parallel_for may handle one or more reductions packed in
1757
- // \p Rest argument. Note thought that the last element in \p Rest pack is
1758
- // the kernel function.
+ // \p Rest argument. The last element in \p Rest pack is the kernel function,
+ // everything else is reduction(s).
1759
// TODO: this variant is currently enabled for 2+ reductions only as the
1760
// versions handling 1 reduction variable are more efficient right now.
1761
//
0 commit comments