[Openmp-commits] [PATCH] D56432: Documentation: providing a more precise description of a parameter of the kmpc_taskloop function
Phabricator via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 9 05:12:23 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL350713: Doc: fixed description of a parameter of the __kmpc_taskloop (authored by achurbanov, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D56432?vs=180637&id=180821#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56432/new/
https://reviews.llvm.org/D56432
Files:
openmp/trunk/runtime/src/kmp_tasking.cpp
Index: openmp/trunk/runtime/src/kmp_tasking.cpp
===================================================================
--- openmp/trunk/runtime/src/kmp_tasking.cpp
+++ openmp/trunk/runtime/src/kmp_tasking.cpp
@@ -4132,7 +4132,7 @@
@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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56432.180821.patch
Type: text/x-patch
Size: 688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190109/8a48bc9d/attachment.bin>
More information about the Openmp-commits
mailing list