Difference between revisions of "GPU610/DPS915"

From CDOT Wiki
Jump to: navigation, search
(Archives)
(Workshops)
Line 44: Line 44:
 
* The workshops provide timely opportunities to implement some of the material covered during the lectures. Each workshop is graded and all submissions are through [https://open.senecac.on.ca/cms/course/view.php?id=342 Moodle].
 
* The workshops provide timely opportunities to implement some of the material covered during the lectures. Each workshop is graded and all submissions are through [https://open.senecac.on.ca/cms/course/view.php?id=342 Moodle].
 
* Detail Specifications
 
* Detail Specifications
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w1.html Initial Assessment]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w1.html Initial Profile]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w2.html Linear Algebra using BLAS]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w2.html BLAS]
 
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w3.html Device Query and Selection]
 
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w3.html Device Query and Selection]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w4.html A Simple Device Operation]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w4.html cuBLAS]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w5.html Matrix Product using cuBlas]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w5.html Thrust]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w6.html Matrix Product using Thrust]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w6.html A Simple Kernel]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w7.html Dot Product]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w7.html Reduction]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w8.html Matrix Product]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w8.html Thread Divergence]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w9.html Matrix Product using Streams]
+
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w9.html Coalesced Memory Access]
 
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w10.html CUDA to OpenCL]
 
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w10.html CUDA to OpenCL]
* Grading - The window for submission of each workshop is one week plus a day from the date of the workshop period.  The penalty for late submission is 50% of the workshop mark.
+
* Grading - The due date for each workshop is noted in [https://open.senecac.on.ca/cms/course/view.php?id=342 Moodle].  The penalty for late submission is 50% of the workshop mark.
  
 
== Assignments  ==
 
== Assignments  ==

Revision as of 19:57, 4 September 2013


GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary

Please help make this page resourceful for all GPU610/DPS915 students to use!

Course Material

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

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. Selection and Assessment
  2. GPU Programming
  3. Optimization

Evaluation

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

Resources