码迷,mamicode.com
首页 > 其他好文 > 详细

[High Performance Computing] {Udacity} L3: Intro to the Work-Span Model

时间:2019-05-19 09:53:41      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:depends   bpa   city   tin   log   mat   cut   cal   pre   

https://s3.amazonaws.com/content.udacity-data.com/courses/gt-cse6220/Course+Notes/Lesson1-1+Introduction+(1).pdf

 

技术图片

two parts:

 

1, task represented by DAG

 

技术图片

 

edges << operations => better for parallelism

 

 2, programming model defining DAG

 

 技术图片

 

技术图片

 

 

 技术图片

 

 技术图片

 

 

 技术图片

 

 

work span analysis

 

 技术图片

 

 技术图片

 

 

技术图片

 

 技术图片

 

技术图片

 

 https://maths-people.anu.edu.au/~brent/pub/pub022.html

 

 技术图片

 

 技术图片

 

second condition

 技术图片

 

 技术图片

 

 

 技术图片

 

brent‘s theorem:

 

 技术图片

 

技术图片

 

 技术图片

 

 技术图片

 

 https://crd-legacy.lbl.gov/~dhbailey/dhbpapers/twelve-ways.pdf

 

技术图片

 

 技术图片

 

 技术图片

 

 技术图片

 

技术图片

 

 The correct answer depends on the situation.

 

 技术图片

 

 

 技术图片

 

 

技术图片

 

技术图片

 

 技术图片

 

 

技术图片

 

 

 技术图片

 

 

技术图片

 

The Holy Grail for span is to find a poly-logarithmic algorithm

 

 技术图片

 

 技术图片

 

 

技术图片

 

技术图片

 

replace par-for with a procedure call

 

 

 技术图片

 

 

技术图片

 

for i loop, the y[i]s are independent from each other

but for j loop, every component depends on y[i] 

 

 

 技术图片

 

eg

 

 技术图片

 

技术图片

 

 

 技术图片

 

技术图片

 

 

 

 

 技术图片

技术图片

j loop is linear and executed by n times.

 

 

 

 

 

 技术图片

 

 

 技术图片

 

 t[:] ← A[i,:] \cdot x[:]

linear work and logarithmic span (look at the forth slide of this page)

 

 技术图片

 

 https://www.cprogramming.com/parallelism.html

 

技术图片

 

 技术图片

 

[High Performance Computing] {Udacity} L3: Intro to the Work-Span Model

标签:depends   bpa   city   tin   log   mat   cut   cal   pre   

原文地址:https://www.cnblogs.com/ecoflex/p/10888011.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!