• 针对并行循环序列,提出一种计算分割通信优化方法

    This paper presents a communication optimization technique, named communication-free redundant computation partitioning, for parallel loop sequences.

    youdao

  • 不仅映射减法支持并行化,映射和减法运算也结合单个并行循环中,这样效率更高

    Not only are mapping and reduction amenable to parallelization, but the map and reduce operations can be combined into a single parallel pass, which is even more efficient.

    youdao

  • 任务解决:需要大量时间任务并行循环(parallel looping)9

    External to the task – parallel looping 9 of the task required amount of times.

    youdao

  • 并行循环(Parallel Loops)——在需要多个相似数据输入执行同样操作时候使用

    Parallel Loops - Used when one needs to apply the same operation to multiple similar data inputs.

    youdao

  • 最后,”一丝不苟VI使用大量移位寄存器一个循环内反复传递数据,在多个并行循环使用队列传递数据。

    Finally, Meticulous VI makes extensive use of shift registers for passing data between loop iterations, and queues for passing data between parallel loops.

    youdao

  • 算法通过识别并行循环任务以及通过确定调用上下文关系识别并行过程任务,来划分串行程序中的并行成份。该算法对串行程序实施并行分解基础

    This algorithm is the basis for decomposing parallelism in a sequential program and is implemented with recognizing parallel loop tasks and parallel procedural tasks by determining the call context.

    youdao

  • 如果模拟选择执行inclusivedecision多个传出分支出现并行循环,则Business Modeler便可以检测到问题

    Business Modeler will detect this problem if the simulation chooses more than one outgoing branch of the inclusive decision for execution, and parallel cycles become visible.

    youdao

  • 这个被称为“并行管道”的模型下,主线程将会另一线程产出结果同时进行循环处理。

    In this model, called Pipelining, the main thread is used to loop through the results as they are produced by the other threads.

    youdao

  • 清单6中,循环同步语句所以可能多个线程并行执行

    In Listing 6, the loop is out of a synchronized block, so it can be executed by several threads in parallel.

    youdao

  • WebSphereProcessServer以前版本中,可以过程显式地建模并行批准或者使用包含多个迭代循环

    In previous versions of WebSphere process Server, you can explicitly model the parallel approvals in your process, or use a loop for multiple iterations.

    youdao

  • 由于无需等待列表生成完毕(停止前进)或者分配一个线程用于处理循环(并行管道),可能最有效率方法了。

    Since you do not have to wait for a list to be generated (stop and go) or allocate a thread to processing the loop (pipelining), this can be the most efficient method.

    youdao

  • 特别指出的流程模型包含可选分支并行分支组合循环模型出现风险将非常

    In particular, when process models contain alternative and parallel branches combined with cycles, the risk of having modeled a deadlock is very high.

    youdao

  • 如果讲话者发出太多声音,回转麦克风环绕一个循环,声音逐次大。

    But if too much of the sound from the speakers goes back into the mic it goes around and around in a loop getting louder each time.

    youdao

  • 3图形化地显示了其效果传统程序连续地执行循环OpenMP实现则创建多个线程从而并行地执行for

    The effect is shown graphically in Figure 3: a traditional program would execute the loop sequentially, whereas the OpenMP implementation creates threads to parallelize the for block.

    youdao

  • 以此为基础,进一步提出循环查询并行处理策略

    Based on this, the parallel processing strategy for cyclic query is proposed.

    youdao

  • 分别循环映射简化递归法实现分子动力学并行计算

    Cyclic mapping and reduction recursive bisection method were used to parallel the molecular dynamics.

    youdao

  • 提出通过循环合并发掘节点间流水并行方法

    A new approach based on loop fusion is presented to exploit pipelining parallelism.

    youdao

  • 通过细化设计循环保证CADDFMCAPP并行集成

    Micro cycle design ensured the concurrent integration of CAD, DFM and CAPP.

    youdao

  • 设计了一种用于CMOS图像传感器并行rsd循环adc

    A column parallel RSD cyclic ADC for CMOS image sensor is designed.

    youdao

  • Q FZ清理分级采用循环系统并行多层筛面有利于提高产量减少污染

    The circulating air system and parallel multiple sifting covers were used in QFZ cleaning-grading machine, which could be favorable for increasing throughput and reducing contamination.

    youdao

  • 传统并行编译器处理非可规约循环时一般使用结点分割法由此带来的代码复制是不可避免的。

    Traditional parallelized compiler techniques use node splitting to make irreducible loops reducible, but will make code duplicate inevitably.

    youdao

  • 本文提出了一种新的能有效完全地开发循环迭代间不规则并行性的技术

    In this paper, we present a new technique exploiting the irregular parallelism across loop iterations efficiently and completely.

    youdao

  • 软件流水循环展开开发循环并行重要编译优化技术

    Software pipelining and loop unroll are two kinds of important optimized compile technique to develop loop parallelism.

    youdao

  • 并行编译中,循环变换开发程序并行主要方法存在复杂控制紧密循环往往无法得到有效并行化。

    Loop transformation is the basic way to maximization parallelism, but it doesn't work in the case of non - perfect nested loop with complicated control flow.

    youdao

  • 技术传统流水技术的不同在于,能复杂循环结构中发掘流水并行

    The technique exploits pipelining from complex loop structures, which distinguishes itself from traditional pipelining techniques.

    youdao

  • 分析循环程序并行性,最重要基本的工作是数据相关性分析数据相关性分析最主要的内容之一是循环程序中数组元素间数据相关性分析。

    In analysing the parallelism of loop program the analysis of data dependency, which mainly concerns the analysis of a set of elements in loop program is the most important and fundamental.

    youdao

  • 本文说明传统并行技术可以有效地开发循环中的子字并行性,同时提出种基于代价图的子字并行指令自动识别的方法

    This paper shows that the traditional parallelization techniques can be used to exploit subword parallelism, and also proposes a novel method to extract subword parallelism based on the cost subgraph.

    youdao

  • 对于背包问题这样一个经典递归问题,发现了它的支持循环解法,并由此说明存在并行

    For knapsack problem (which is a classical recursion problem), find its round solution which need not stack to support, then prove it exists parallel solutio.

    youdao

  • 对于背包问题这样一个经典递归问题,发现了它的支持循环解法,并由此说明存在并行

    For knapsack problem (which is a classical recursion problem), find its round solution which need not stack to support, then prove it exists parallel solutio.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定