Difference between revisions of "GPU610/DPS915"

From CDOT Wiki
Jump to: navigation, search
(Resources)
(Resources)
Line 47: Line 47:
  
 
<!-- * Class notes can be found here: svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password) -->
 
<!-- * Class notes can be found here: svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password) -->
* [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How To edit Wiki pages]
+
* Wikis
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet]
+
** [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How To edit Wiki pages]
* [http://subversion.tigris.org/ Subversion (SVN)]
+
** [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet]
* [http://tortoisesvn.net/downloads Download Page of TortoiseSVN]
+
* Subversion
* [http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html TortoiseSVN Documentation]
+
** [http://subversion.tigris.org/ Subversion (SVN)]
* [http://svnbook.red-bean.com/ SVN book at red-bean.com] or download [https://cs.senecac.on.ca/~fardad.soleimanloo/oop344/notes/svn-book.pdf the PDF from here].
+
** [http://tortoisesvn.net/downloads Download Page of TortoiseSVN]
 +
** [http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html TortoiseSVN Documentation]
 +
** [http://svnbook.red-bean.com/ SVN book at red-bean.com] or download [https://cs.senecac.on.ca/~fardad.soleimanloo/oop344/notes/svn-book.pdf the PDF from here].
 
<!--
 
<!--
 
* [http://zenit.senecac.on.ca/wiki/index.php/OOP344_Student_Resources#The_Basics_of_IRC IRC Basics]
 
* [http://zenit.senecac.on.ca/wiki/index.php/OOP344_Student_Resources#The_Basics_of_IRC IRC Basics]
Line 58: Line 60:
 
* [http://irchelp.org/irchelp/irctutorial.html IRC Tutorial]
 
* [http://irchelp.org/irchelp/irctutorial.html IRC Tutorial]
 
-->
 
-->
* [http://ankhsvn.open.collab.net/ AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN]
+
** [http://ankhsvn.open.collab.net/ AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN]
  
 
= Archives =
 
= Archives =

Revision as of 19:55, 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!

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

External Links

The Project

  • Under construction

Evaluation

  • Assignment 30%
    • Individual Work - 50%
    • Group Work - 50% inclusive
    • Total (Individual + Group) - 100%
  • Workshops 20%
  • Test 20%
  • Exam 30%

Final Submission Requirements

  • Under construction

Resources

Archives