From 26155929f1a07246c2711b936fc8cf738eec998a Mon Sep 17 00:00:00 2001 From: Spencer Date: Sun, 2 Oct 2016 12:57:21 -0500 Subject: [PATCH] Added 15-418 Parallel Computing course (#210) * Added CMU 462 Computer Graphics Added a great course on Computer Graphics offered by Carnegie Mellon University * Added Parallel Computer Architecture course (15-418) Great course that offers Assignments, Lecture notes, slides, videos, and readings --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ec9ae3d..991ef37 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,12 @@ Courses - [Lecture Notes](http://www.cs.cmu.edu/~213/schedule.html) - [Videos](https://scs.hosted.panopto.com/Panopto/Pages/Sessions/List.aspx#folderID=%22b96d90ae-9871-4fae-91e2-b1627b43e25e%22) - [Assignments](http://csapp.cs.cmu.edu/public/labs.html) +- [15-418](http://15418.courses.cs.cmu.edu/spring2015/)**Parallel Computer Architecture and Programming** *Carnegie-Mellon University* Lecture Videos Assignments Lecture Notes Readings + - The goal of this course is to provide a deep understanding of the fundamental principles and engineering trade-offs involved in designing modern parallel computing systems as well as to teach parallel programming techniques necessary to effectively utilize these machines. Because writing good parallel programs requires an understanding of key machine performance characteristics, this course will cover both parallel hardware and software design. + - [Assignments](http://15418.courses.cs.cmu.edu/spring2015/exercises) + - [Lecture Notes](http://15418.courses.cs.cmu.edu/spring2015/reading) + - [Lecture Videos](https://scs.hosted.panopto.com/Panopto/Pages/Sessions/List.aspx#folderID=%22a5862643-2416-49ef-b46b-13465d1b6df0%22) + - [Readings](http://15418.courses.cs.cmu.edu/spring2015/reading) - [15-440](http://www.cs.cmu.edu/~dga/15-440/F12/index.html) **Distributed Systems** *Carnegie-Mellon University* Assignments Lecture Notes - Introduction to distributed systems with a focus on teaching concepts via projects implemented in the Go programming language. - [Assignments](http://www.cs.cmu.edu/~dga/15-440/F12/assignments.html)