美文网首页
Chapter 3 - 草稿

Chapter 3 - 草稿

作者: SunANDrain | 来源:发表于2017-12-26 08:32 被阅读0次

Task/Channel Model

channel is a message queue that connect one task's output port with another task's input port.

Send : asynchronous

Receive: synchronous

Foster Design Methology

Partitioning : is the process of diving the computation and the data into pieces

        Domain decomposition

        Functional decomposition

Communication

Agglomeration : is the process of grouping tasks into larger tasks in orfer to improve performence or simplify programming.

        the goals of agglomeration:

                * lowering communications overhead

                *

   

Mapping

相关文章

网友评论

      本文标题:Chapter 3 - 草稿

      本文链接:https://www.haomeiwen.com/subject/abelgxtx.html