From b7a8ab3417bec834876a9ced6448223b5f140b45 Mon Sep 17 00:00:00 2001 From: Andrey Churbanov Date: Wed, 9 Jan 2019 13:06:23 +0000 Subject: [PATCH] Doc: fixed description of a parameter of the __kmpc_taskloop Patch by sergi.mateo.bellido@gmail.com Differential Revision: https://reviews.llvm.org/D56432 llvm-svn: 350713 --- openmp/runtime/src/kmp_tasking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/runtime/src/kmp_tasking.cpp b/openmp/runtime/src/kmp_tasking.cpp index 9c61a12..7292ed1 100644 --- a/openmp/runtime/src/kmp_tasking.cpp +++ b/openmp/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 -- 2.7.4