Searched refs:parallelism (Results 1 – 25 of 28) sorted by relevance
12
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/ |
| D | lit.cfg | 2 config.name = 'parallelism-groups'
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | Vectorizers.rst | 352 high degree of parallelism can fully utilize the entire width of the machine. 353 The Loop Vectorizer increases the instruction level parallelism (ILP) by 428 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
|
| D | HowToAddABuilder.rst | 67 of parallelism (-j param) would give the fastest build. You can build
|
| D | CMake.rst | 258 to restrict the parallelism. For example, to avoid OOMs or going
|
| /openbsd/src/gnu/llvm/clang/runtime/ |
| D | CMakeLists.txt | 17 # Use special command for Makefiles to support parallelism.
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2001-02-09-AdveComments.txt | 98 o About explicit parallelism:
|
| /openbsd/src/usr.sbin/vmd/ |
| D | vmd.h | 379 int parallelism; member
|
| D | vmd.c | 868 env->vmd_cfg.parallelism); in start_vm_batch() 877 if (i > env->vmd_cfg.parallelism) { in start_vm_batch() 956 env->vmd_cfg.parallelism = ncpus; in vmd_configure()
|
| D | parse.y | 232 env->vmd_cfg.parallelism = $4;
|
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | LLVMExternalProjectUtils.cmake | 11 # Use special command for Makefiles to support parallelism.
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ThinLTO.rst | 114 may be too aggressive, in which case the amount of parallelism can
|
| D | OpenMPSupport.rst | 96 - Nested parallelism: inner parallel regions are executed sequentially.
|
| D | StandardCPlusPlusModules.rst | 243 to higher parallelism. As an example, if there are two module units A and B, and B depends on A, the
|
| D | LanguageExtensions.rst | 4027 improve instruction-level parallelism (ILP) using advanced hardware features, 4162 parallelism could be reduced by sequentializing the execution of the
|
| /openbsd/src/gnu/llvm/llvm/docs/Proposals/ |
| D | VectorizationPlan.rst | 234 .. [4] "Exploiting mixed SIMD parallelism by reducing data reorganization
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | athlon.md | 223 ;; The parallelism of string instructions is not documented. Model it same way
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | passes.texi | 437 instead of scalar types. Data parallelism across loop iterations is exploited
|
| D | md.texi | 6694 The task of exploiting more processor parallelism is solved by an 6697 processor parallelism (or @dfn{pipeline description}). GCC 6698 machine descriptions describe processor parallelism and functional
|
| D | gccint.info | 3479 types instead of scalar types. Data parallelism across loop 18123 The task of exploiting more processor parallelism is solved by an 18126 processor parallelism (or "pipeline description"). GCC machine 18127 descriptions describe processor parallelism and functional unit
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-mca.rst | 523 and 'uOps Per Cycle' are limited by the amount of hardware parallelism. The
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | md.texi | 5358 The task of exploiting more processor parallelism is solved by an 5361 processor parallelism (or @dfn{pipeline description}). Currently GCC 5362 provides two alternative ways to describe processor parallelism, 5878 The old instruction level parallelism description and the pipeline
|
| /openbsd/src/gnu/llvm/clang/include/clang/Driver/ |
| D | Options.td | 2215 HelpText<"Controls the backend parallelism of -flto=thin (default " 2655 def fopenmp_assume_no_nested_parallelism : Flag<["-"], "fopenmp-assume-no-nested-parallelism">, Gro… 2924 HelpText<"Enable the superword-level parallelism vectorization passes">;
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5200delta.pod | 1910 building pure-Perl extensions, without removing any parallelism from the
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/ |
| D | mips.md | 335 ;; parallelism can occur on R4300 processors. To force GCC into coding
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | AttrDocs.td | 3624 utilizing instruction-level parallelism. It reorders loop instructions to
|
12