aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2019-01-09 13:06:23 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2019-01-09 13:06:23 +0000
commit766c19dcb029b3cb0cde0d5475b4ded4bc1b2df6 (patch)
treef2931d3e437aa902ffb3dbe999f569edce3cbaa5
parent12eef2767778bdadcdda41293c6516aec3f960c1 (diff)
Doc: fixed description of a parameter of the __kmpc_taskloop
Patch by sergi.mateo.bellido@gmail.com Differential Revision: https://reviews.llvm.org/D56432 git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@350713 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--runtime/src/kmp_tasking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/kmp_tasking.cpp b/runtime/src/kmp_tasking.cpp
index 9c61a12..7292ed1 100644
--- a/runtime/src/kmp_tasking.cpp
+++ b/runtime/src/kmp_tasking.cpp
@@ -4132,7 +4132,7 @@ void __kmp_taskloop_recur(ident_t *loc, int gtid, kmp_task_t *task,
@param lb Pointer to loop lower bound in task structure
@param ub Pointer to loop upper bound in task structure
@param st Loop stride
-@param nogroup Flag, 1 if nogroup clause specified, 0 otherwise
+@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