1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-23 10:00:11 +08:00

initial import to public repository

This commit is contained in:
Zhang Fuxin
2021-10-27 19:14:51 +08:00
commit c632bed67e
362 changed files with 53748 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
程序,应用领域,并行模式,并行粒度,数据共享,数据交换,Pthreads,OpenMP,TBB
blackscholes,金融分析,数据并行,粗粒度,,,X,X,X
bodytrack,计算视觉,数据并行,中等粒度,,中等,X,X,X
canneal,工程类,非结构化,细粒度,,,X,,
dedup,企业存储,流水线,中等粒度,,,X,,
facesim,动画,数据并行,粗粒度,,中等,X,,
ferret,相似性查找,流水线,中等粒度,,,X,,
fluidanimate,动画,数据并行,细粒度,,中等,X,,X
freqmine,数据挖掘,数据并行,中等粒度,,中等,,X,
raytrace,渲染,数据并行,中等粒度,,,X,,
streamcluster,数据挖掘,数据并行,中等粒度,,中等,X,,X
swaptions,金融分析,数据并行,粗粒度,,,X,,X
vips,媒体处理,数据并行,粗粒度,,中等,X,,
x264,媒体处理,流水线,粗粒度,,,X,,
1 程序 应用领域 并行模式 并行粒度 数据共享 数据交换 Pthreads OpenMP TBB
2 blackscholes 金融分析 数据并行 粗粒度 X X X
3 bodytrack 计算视觉 数据并行 中等粒度 中等 X X X
4 canneal 工程类 非结构化 细粒度 X
5 dedup 企业存储 流水线 中等粒度 X
6 facesim 动画 数据并行 粗粒度 中等 X
7 ferret 相似性查找 流水线 中等粒度 X
8 fluidanimate 动画 数据并行 细粒度 中等 X X
9 freqmine 数据挖掘 数据并行 中等粒度 中等 X
10 raytrace 渲染 数据并行 中等粒度 X
11 streamcluster 数据挖掘 数据并行 中等粒度 中等 X X
12 swaptions 金融分析 数据并行 粗粒度 X X
13 vips 媒体处理 数据并行 粗粒度 中等 X
14 x264 媒体处理 流水线 粗粒度 X