Difference between revisions of "CSC352 DT's Class Notes 2013"
(→DFT Class Notes for CSC352) |
|||
Line 6: | Line 6: | ||
==Papers== | ==Papers== | ||
===Landscape of parallel computing research: a view from berkeley=== | ===Landscape of parallel computing research: a view from berkeley=== | ||
+ | ---- | ||
+ | * good intro paper. | ||
+ | * 3 sections | ||
+ | ** software | ||
+ | ** hardware | ||
+ | ** performance/programming models | ||
+ | ** conclusion | ||
+ | * probably cover 1st section w/ dwarfs, plus conclusion, although everything is good | ||
+ | ---- | ||
* General introduction to world of // computing in 2006 | * General introduction to world of // computing in 2006 | ||
* old wisdom/new wisdom ==> world of // computing is changing | * old wisdom/new wisdom ==> world of // computing is changing | ||
Line 21: | Line 30: | ||
** computer graphics | ** computer graphics | ||
* Page 14: introduces 6 new dwarfs | * Page 14: introduces 6 new dwarfs | ||
+ | * Page 19: End of software Dwarf section ==> Good place to break | ||
+ | * Page 20: beginning of hardware | ||
+ | ** processor | ||
+ | ** memory | ||
+ | ** network | ||
+ | * Page 32: Programming models | ||
+ | ** Does not include threading | ||
+ | ** MPI | ||
+ | ** Map-REduce | ||
+ | * Page 36: system software | ||
+ | ** '''Autotuner''' | ||
+ | * Page 40: virtual machines to the rescue | ||
+ | * Page 44: conclusion | ||