GPU621/DPS921

From CDOT Wiki
Revision as of 11:27, 13 January 2014 by Chris Szalwinski (talk | contribs) (Created page with '{{GPU621/DPS921 Index | 20141}} Please help make this page resourceful for all GPU621/DPS921 students to use! = Course Material = == GPU621 - Parallel Algorithms and Programmi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

Please help make this page resourceful for all GPU621/DPS921 students to use!

Course Material

GPU621 - Parallel Algorithms and Programming Techniques

  • Modern GPU (Graphics Processing Unit) technology supports massively parallel computations, which complements the serial processing capabilities of CPU technology. This course teaches students how to read, write, and debug programs that use both CPU and GPU technology. Students learn to reorganize existing programs into serial code that runs on the CPU and parallel code that runs on the GPU. Students also study cases that have benefited from CPU+GPU programming.
  • Course Outline

NV CUDA Teaching Center Small.jpg

DPS915 - Introduction to Parallel Programming

  • Modern GPU (Graphics Processing Unit) technology supports massively parallel computations, which complements the serial processing capabilities of CPU technology. This course teaches students how to read, write, and debug programs that use both CPU and GPU technology. Students learn to reorganize existing programs into serial code that runs on the CPU and parallel code that runs on the GPU. Students also study cases that have benefited from CPU+GPU programming and develop a CPU+GPU application for a client.

NV CUDA Teaching Center Small.jpg

External Links

Workshops

Assignments

  1. Select and Assess
  2. Parallelize
  3. Optimize

Evaluation

  • Assignments and Presentation 30%
  • Workshops 20%
  • Test 20%
  • Exam 30%

Resources

  • Software Support