Changes

Jump to: navigation, search

GPU610/DPS915

292 bytes added, 18:17, 6 January 2019
Resources
{{GPU610/DPS915 Index | 2012320191}}
Please help make this page resourceful for all GPU610/DPS915 students to use!
= Course Material = == GPU610 - Parallel Programming Fundamentals ==<table><tr valign=top><td> 
*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://scsict.senecac.onsenecacollege.ca/course/gpu610 gpu610Course Outline]</td><td>[[Image:NV_CUDA_Teaching_Center_Small.jpg]] </td></tr></table> = = DPS915 - Introduction to Parallel Programming ==<table><tr valign=top><td> 
*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.
* [https://scsict.senecac.onsenecacollege.ca/course/dps915 dps915Course Outline]</td><td>[[Image:NV_CUDA_Teaching_Center_Small.jpg]]</td></tr></table>
=== External Links ===
* [https://scs.senecac.on.ca/~gpu610/pages/content/index.html Course Web Site – Lecture Notes]
* [https://cs.senecac.on.ca/~gpu610/pages/timeline.html Course Web Site – Timeline]
<!--
* [svn://zenit.senecac.on.ca/dpsgpu/trunk Class Samples]
-->
 
== Workshops ==
* 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=536 Moodle].
* Detail Specifications
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w1.html Initial Profile]
*# [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/w4.html cuBLAS]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w5.html Thrust]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w6.html A Simple Kernel]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w7.html Reduction]
*# [https://scs.senecac.on.ca/~gpu610/pages/workshops/w8.html Thread Divergence]
*# [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]
* Grading - The due date for each workshop is noted in MySeneca. The penalty for late submission is 20% of the workshop mark; 50% for very late submission.
== The Project Assignments ==<!--The course project is a three-stage, team assignment to build a game using the framework as the starting point# [https://scs.senecac. Each team consists of up to 5 memberson. Membership is subject to instructor approval and is open to modification until the end of the week of the drop date for the courseca/~gpu610/pages/assignments/a1. The first stage of the assignment proposes the game design html Select and identifies which member will work on which aspect of the gameAssess]# [https://scs. Each member is responsible for their own aspectsenecac. Each team meets with the instructor to review the proposal and obtain approvalon. The second stage releases a draft of the gameca/~gpu610/pages/assignments/a2. Each team meets again with the instructor to review progress and redefine goalshtml Parallelize]# [https://scs. The third and final stage presents the completed game to the classsenecac. Details are on the Project Requirements page.-->ca/~gpu610/pages/assignments/a3.html Optimize]
== Evaluation ==
* Assignment 30Assignments and Presentation 20%** Individual Work - 50Workshops 30%** Group Work - Option 1: Tests 50% inclusive** Total (Individual Option 2: Tests 35% + Group) - 100%* Workshops 20%* Test 20%* Exam 3015%== Final Submission Requirements ==When ready to submit your project:# Finalize your modifications in trunk.# Create a directory in trunk called: '''"SubmissionLogs"'''# For each member of the team create a text file named as '''"YourSenecaEmailId.txt"''' in the '''"SubmissionLogs"''' directory. In this text file, in a point form, specify in detail, all the tasks you have done for the group project.# Branch (copy) the whole project including the SubmissionLogs directory and its text files into tags directory under '''"prj1.0"'''.# If final adjustments are needed after these steps, repeat everything from step one but branch the trunk into a new directory in tags as '''prj1.1, prj1.2''', etc.#:(for marking purposes, your instructor will consider your last revision as your submission)
== Resources ==* Software Support** [http://developer.nvidia.com/cuda-downloads CUDA Toolkit]** Get [https://inside.senecacollege.ca/its/software/index.html Visual Studio 2017] | Select Software Downloads | Go To Visual Studio 2013 Ultimate 2.82GB | Download iso | Burn, if error burn again | Finally, install
<!-- * 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]
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet]
* [http://subversion.tigris.org/ Subversion (SVN)]
* [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://zenitdeveloper.nvidia.com/nvidia-nsight-visual-studio-edition NSight Visual Studio Edition]** [http://developer.nvidia.com/nsight-eclipse-edition NSight Eclipse Edition]-->* Wikis** [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How To edit Wiki pages]** [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet]<!--* Subversion** [http://subversion.tigris.org/ Subversion (SVN)]** [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/wiki~fardad.soleimanloo/oop344/notes/svn-book.pdf the PDF from here].** [http://indexankhsvn.open.collab.phpnet/OOP344_Student_Resources#The_Basics_of_IRC IRC BasicsAnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN]-->
* [http://irchelp.org/irchelp/irctutorial.html IRC Tutorial]<!--= Archives =
-->
* [http://ankhsvn.open.collab.net/ AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN]
 
== Examples and In-Class Notes==
 
== Archives ==

Navigation menu