It's the principle of parallelizing tasks that are not mutually interdependent-a principle that is by no means unique to open source development, of course, but one which open source projects implement in their own particular way.
其原理是并行任务并不是互相依赖的-这并不是只存在于开源项目的原理,但开源项目使用了自己的方法实现了它。
Manufacturers have realized that the gap between increasing complexity and shorter development times can only be closed by optimizing and parallelizing the development tasks. dSPACE provides a complete and seamless development process with user-oriented products.
制造商已经意识到,只能通过优化和并行执行开发任务来缩小越来越大的复杂性与更短的开发时间之间的差距。 dSPACE 为面向用户的产品提供全面的无缝开发流程。
OpenMP multithreading, when applied for these calculations, is a method of parallelizing by using a master thread to fork a specified number of subordinate threads as a way of dividing a task among them.
应用于这些计算时,OpenMP 多线程化将作为一种并行化方法,通过使用主线程以划分任务的方法分解特定数量的从线程。
Just like most server requests, processing an SQL query involves a mixture of computation and I/O. No amount of additional CPU power can reduce the time it takes for an I/O to complete (though you can use additional memory to reduce the number of I/Os by caching the results of previous I/O operations), but you can shorten the amount of time it takes for the CPU-intensive portions of the request processing (such as plan evaluation and sorting) by parallelizing them.
就像大多数服务器请求一样,处理 SQL 查询涉及到计算和 I/O。 虽然添加额外的 CUP 不会减少完成 I/O 的时间(但是可以使用额外的内存 ,通过缓存以前的 I/O 操作结果来减少 I/O 数量 ) , 但是可以通过并行化来缩短请求处理的 CPU 密集型部分(比如计划评估和排序)的处理时间。
The Masked Occlusion library already provides a method for parallelizing the creation of the hierarchical depth buffer.
掩蔽遮挡库已经提供了一种用于并行创建分层深度缓冲区的方法。
Additional parallelism across cores is important for high CPU utilization, such as parallelizing across a mini-batch using OpenMP*.
其他跨内核并行化对实现高 CPU 利用率非常重要,比如使用 OpenMP* 实现迷你批次的并行化。
Take advantage of the latest multicore processors with Mathematica's new automatic parallel computing technology - seamlessly parallelizing your computations...
利用最新的多核处理器与 Mathematica 的新的自动并行计算技术-完美地在您的机器上实现并行计算。
Parallelizing operations and safely sharing resources introduces more complexity into the code.
不过,并行操作和安全的资源共享会为代码引入更多的复杂性。
Induction Scalar Optimization in Parallelizing Compiler
并行化编译中递归标量的优化处理
AN INTEGRATED OPTIMIZATION SCHEME IN PARALLELIZING COMPILERS
并行化编译中的一种集成优化方法
KD-PARPRO:A KNOWLEDGE-BASED PARALLELIZING TOOL
KD-PARPRO:一个基于知识的并行化工具 - 总体设计与功能描述
An Interactive Fortran77 Parallelizing System
一个交互式的Fortran77并行化系统
The multithreading module mt offers methods for creating tasklets and parallelizing some
多线程模块mt提供了创建轻任务的方法 和自动并行化的方法来自动并行一些常见的使用标准容器类型