CS 385 Student Resources, Spring 2009
Links:
[
Course Home
] [
Course Info
] [
Course Schedule
] [
Resources
] [
WebCT
]
Reading
A View from Berkeley
white paper
Hochstein
et al.
, "Parallel Programmer Productivity,"
International Conference on Supercomputing, 2005. (accessible from on-campus IP addresses)
OpenMP Documentation
"Getting started with OpenMP"
[intel.com]
Official OpenMP specifications.
3.0 is current (5/2008); older versions may be more widely supported.
OpenMP tutorial
from Supercomputing 2008 with code examples
Threading Building Blocks (TBB) Documentation
Intel Threading Building Blocks
book from O'Reilly Media
Intel's TBB site
(free download)
Open-Source TBB Home
CUDA Documentation
NVidia's CUDA documentation
and
list of CUDA-capable graphics cards
CUDA tutorials from
Dr. Dobb's Journal
, the
Supercomputing 2007
conference, and the
ASPLOS 2008
conference
Syllabus and slides from
the University of Illinois's CUDA course
(ECE 498)
[
NEW!
] CUDA Programming Guide,
version 2
and
version 1.1
[
NEW!
]
Presentation on optimizing CUDA reductions
by NVidia's Mark Harris