Difference between revisions of "GPU610/DPS915"
(→Course Descriptions) |
|||
Line 4: | Line 4: | ||
= Course Descriptions = | = Course Descriptions = | ||
− | |||
− | |||
− | |||
== GPU610 - Parallel Programming Fundamentals == | == GPU610 - Parallel Programming Fundamentals == | ||
*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. | *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. | ||
* [https://scs.senecac.on.ca/course/gpu610 Course Outline] | * [https://scs.senecac.on.ca/course/gpu610 Course Outline] | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== DPS915 - Introduction to Parallel Programming == | == 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. | *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. | ||
Line 23: | Line 15: | ||
= Common Material = | = Common Material = | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td> | ||
+ | </td> | ||
== External Links == | == External Links == | ||
* [https://scs.senecac.on.ca/~gpu610/pages/content/index.html Course Web Site – Lecture Notes] | * [https://scs.senecac.on.ca/~gpu610/pages/content/index.html Course Web Site – Lecture Notes] | ||
Line 34: | Line 30: | ||
--> | --> | ||
+ | <td> | ||
+ | [[Image:NV_CUDA_Teaching_Center_Small.jpg]] | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
== Evaluation == | == Evaluation == | ||
Revision as of 19:06, 25 June 2012
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Please help make this page resourceful for all GPU610/DPS915 students to use!
Contents
Course Descriptions
GPU610 - Parallel Programming Fundamentals
- 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
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.
Common Material
Evaluation
- Assignment 30%
- Individual Work - 50%
- Group Work - 50%
- Total (Individual + Group) - 100%
- Workshops 20%
- Test 20%
- Exam 30%
Final Submission Requirements
- Under construction
Resources
- Wikis
- Subversion