[Openmp-commits] [openmp] r350713 - Doc: fixed description of a parameter of the __kmpc_taskloop
Andrey Churbanov via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 9 05:06:23 PST 2019
Author: achurbanov
Date: Wed Jan 9 05:06:23 2019
New Revision: 350713
URL: http://llvm.org/viewvc/llvm-project?rev=350713&view=rev
Log:
Doc: fixed description of a parameter of the __kmpc_taskloop
Patch by sergi.mateo.bellido at gmail.com
Differential Revision: https://reviews.llvm.org/D56432
Modified:
openmp/trunk/runtime/src/kmp_tasking.cpp
Modified: openmp/trunk/runtime/src/kmp_tasking.cpp
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/kmp_tasking.cpp?rev=350713&r1=350712&r2=350713&view=diff
==============================================================================
--- openmp/trunk/runtime/src/kmp_tasking.cpp (original)
+++ openmp/trunk/runtime/src/kmp_tasking.cpp Wed Jan 9 05:06:23 2019
@@ -4132,7 +4132,7 @@ void __kmp_taskloop_recur(ident_t *loc,
@param lb Pointer to loop lower bound in task structure
@param ub Pointer to loop upper bound in task structure
@param st Loop stride
- at param nogroup Flag, 1 if nogroup clause specified, 0 otherwise
+ at param nogroup Flag, 1 if no taskgroup needs to be added, 0 otherwise
@param sched Schedule specified 0/1/2 for none/grainsize/num_tasks
@param grainsize Schedule value if specified
@param task_dup Tasks duplication routine
More information about the Openmp-commits
mailing list