diff options
author | Tom de Vries <tom@codesourcery.com> | 2015-09-03 11:00:46 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2015-09-03 11:00:46 +0000 |
commit | f7f186847d9a170f1f1926e77cc4f00c7ca0b92b (patch) | |
tree | 483c896cc6a21e4a2df91c56176b36022aafd87a /gcc/doc | |
parent | 2699123aabf1969ec4318550d5c7623a2783c5f5 (diff) | |
download | gcc-f7f186847d9a170f1f1926e77cc4f00c7ca0b92b.zip gcc-f7f186847d9a170f1f1926e77cc4f00c7ca0b92b.tar.gz gcc-f7f186847d9a170f1f1926e77cc4f00c7ca0b92b.tar.bz2 |
Add param parloops-chunk-size
2015-09-03 Tom de Vries <tom@codesourcery.com>
* doc/invoke.texi (parloops-chunk-size): Add item.
* params.def (PARAM_PARLOOPS_CHUNK_SIZE): Add DEFPARAM.
* tree-parloops.c: Include params.h.
(create_parallel_loop): Set chunk-size of schedule of omp-for loop, if
param parloops-chunk-size is used.
From-SVN: r227434
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e7bbcec..d7dc64e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11001,6 +11001,10 @@ path. The default is 10. Maximum number of new jump thread paths to create for a finite state automaton. The default is 50. +@item parloops-chunk-size +Chunk size of omp schedule for loops parallelized by parloops. The default +is 0. + @end table @end table |