Udacity CS-334 IPP
在追梦的路上xxxxx
并行计算
展开
-
Lesson 1 - The GPU Programming Model
2019/5/3Udacity cs 344 学习!!坚持住目录Unit 1:How designer make computers run faster?Chickens or Oxen?CPU Speed Remaining Flat:Why We Cannot Keep Increasing CPU SpeedWhat Kind of Processors a...原创 2019-05-03 11:37:37 · 634 阅读 · 0 评论 -
Problem Set 1 - Convert an image from color to black and white
这个Problem其实考察的就是__global__里的索引的划分,以及block thread的大小,其实我也是刚学,接下来慢慢的再学一下。How Pixels are represented ?How to Convert Color to Black and White ?根据自己的配置修改makefileCUDA_INCLUDEPATH=/usr/local...原创 2019-05-03 14:46:18 · 234 阅读 · 0 评论 -
Lesson 2 - GPU Hardware and Parallel Communication Patterns
目录1.Welcome to Unit22.Communication Patterns3.Map and Gathre4.练习:Scatter5.练习:Stencil6.Transpose Part 17.Transpose Part 28.练习:What kind of communication Pattern9.Parallel Communicai...原创 2019-05-04 21:18:12 · 834 阅读 · 0 评论 -
Problem Set 2 - Burring images(未完结)
stencilcommunication pattern : stencil原创 2019-05-05 15:38:26 · 153 阅读 · 0 评论 -
Lesson 3 - Fundamental GPU Algorithms(Reduce,Scan,Histogram)
目录1.Welcome to Unit#32.Fundamental GPU Algorithms3.Digging Holes Again4.Steps and Work5.练习:A Quiz on Step adn work6.Reduce Part 17.Reduce Part 28.练习:Binary and Associative Operators9...原创 2019-05-05 21:03:38 · 414 阅读 · 0 评论