parallel algorithm并行算法
2023-06-11 17:16 作者:Seoul十大杰出校友 | 我要投稿
Multiprocessor model
local memory model

modular memory model

PRAM(parallel random-access machine) model
理论模型,

二维Mesh
Work-depth model
较为实用
In a work-depth model, the cost of an algorithm is determined by examining the total number of operations that it performs, and the dependencies among those operations.
circuit model
vector model
language-based model