/external/ImageMagick/ImageMagick/script/ |
openmp.html | 56 <p class="lead magick-description">Many of ImageMagick's internal algorithms are threaded to take advantage of speed-ups offered by the multicore processor chips and <a href="http://www.openmp.org">OpenMP</a>. OpenMP, is an API specification for parallel programming. If your compiler supports OpenMP (e.g. gcc, Visual Studio 2005) directives, ImageMagick automatically includes support. To verify, look for the OpenMP feature of ImageMagick with this command:</p>
|
sitemap.html | 68 <li><a href="openmp.php">Parallel execution</a>: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.</li> 205 <li><a href="architecture.php#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in parallel to take advantage of speed-ups offered by multicore processor chips.</li>
|
/external/ImageMagick/config/ |
ImageMagick.rdf.in | 43 Threads of execution support: ImageMagick is thread safe and most internal algorithms execute in parallel to take advantage of speed-ups offered by multicore processor chips.
|
/external/ImageMagick/www/ |
openmp.html | 60 <p class="lead magick-description">Many of ImageMagick's internal algorithms are threaded to take advantage of speed-ups offered by the multicore processor chips and <a href="http://www.openmp.org">OpenMP</a>. OpenMP, is an API specification for parallel programming. If your compiler supports OpenMP (e.g. gcc, Visual Studio 2005) directives, ImageMagick automatically includes support. To verify, look for the OpenMP feature of ImageMagick with this command:</p>
|
sitemap.html | 72 <li><a href="openmp.html">Parallel execution</a>: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.</li> 209 <li><a href="architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in parallel to take advantage of speed-ups offered by multicore processor chips.</li>
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorExecutor.h | 85 // Multicore strategy: the index space is partitioned and each partition is executed on a single core
|
/external/valgrind/coregrind/m_scheduler/ |
ticket-lock-linux.c | 6 /*--- runnable at the same time on a multicore system. Has been ---*/
|
/external/ImageMagick/ |
README.md | 59 * [Threads of execution support](http://www.imagemagick.org/script/architecture.php#threads): ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips.
|
/external/clang/docs/ |
PTHInternals.rst | 121 utilization with parallel builds on multicore machines.
|
/external/libcxx/docs/ |
index.rst | 55 using Copy On Write (COW) is a superior approach for multicore
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
README.txt | 240 | -mmulticore | Enable multicore support |
|
/external/tensorflow/tensorflow/docs_src/extend/ |
architecture.md | 200 C++ templates to generate efficient parallel code for multicore CPUs and GPUs;
|
/external/valgrind/none/tests/ |
cmdline1.stdout.exp | 105 --fair-sched=no|yes|try schedule threads fairly on multicore systems [no]
|
cmdline2.stdout.exp | 105 --fair-sched=no|yes|try schedule threads fairly on multicore systems [no]
|
/prebuilts/go/darwin-x86/doc/ |
docs.html | 14 mechanisms make it easy to write programs that get the most out of multicore
|
/prebuilts/go/linux-x86/doc/ |
docs.html | 14 mechanisms make it easy to write programs that get the most out of multicore
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/docs/ |
index.rst | 55 using Copy On Write (COW) is a superior approach for multicore
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
ELF.h | 276 EM_TILE64 = 187, // Tilera TILE64 multicore architecture family 277 EM_TILEPRO = 188, // Tilera TILEPro multicore architecture family 280 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family [all...] |
/toolchain/binutils/binutils-2.27/include/elf/ |
common.h | 293 #define EM_TILE64 187 /* Tilera TILE64 multicore architecture family */ 294 #define EM_TILEPRO 188 /* Tilera TILEPro multicore architecture family */ 297 #define EM_TILEGX 191 /* Tilera TILE-Gx multicore architecture family */ [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ |
ProcessorSubClass.c | 541 ProcessorCharacteristics.Bits.MultiCore = 1;
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
RuntimeInstrument.java | 169 // TODO(lukes): investigate this, on a multicore system it seems like we should be able to
|
/external/llvm/lib/Target/PowerPC/ |
PPCScheduleP7.td | 15 // IBM POWER7 multicore server processor
|
/external/ltp/testcases/kernel/io/direct_io/ |
dma_thread_diotest.c | 72 /* blem on any multicore linux machine on both ext3 and xfs, although any */
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
MessageFormatter.java | 192 // use string builder for better multicore performance
|
/art/runtime/ |
elf.h | 287 EM_TILE64 = 187, // Tilera TILE64 multicore architecture family 288 EM_TILEPRO = 188, // Tilera TILEPro multicore architecture family 290 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family [all...] |