UC Berkeley CS267 Home Page

Applications of Parallel Computers

Spring 2021

Tu/Th 11am-12:30pm, Virtual until further notice (join here)

The Spring 2021 class will start virtually online and the course videos will be posted here.

Instructors:

Graduate Student Instructors:

  • Giulia Guidi (send email)

    • Until March 12th: Friday 3-4 PM, make appt. here. OH will start on Jan 22nd. If you would like to schedule an appointment outside of OH, please email me.

    • From March 15th: Monday 12-1 PM, make appt. here. If you would like to schedule an appointment outside of OH, please email me.

    • OH canceled on Monday, March 22nd.

  • Alok Tripathy (send email)

    • Wednesday 4-5 PM, make appt. here. If you would like to schedule an appointment outside of OH, please email me.

  • Melih Elibol (send email)

    • Thursday 1:00-2:00 PM, make appt. here. If you would like to schedule an appointment outside of OH, please email me.

To contact the teaching staff, send email to cs267@lists.eecs.berkeley.edu. This email is monitored by all of us and will therefore lead to a faster response than emailing one of us individually.

Piazza: Please join our Piazza Group. We will post assignments and announcements there.

Lectures: 11-12:30 in 306 Soda Hall.

Grading:

  • Survey: 1%

  • HW 1: 9%

  • HW 2.1, HW 2.2, HW 2.3: 9% each

  • HW 3: 9%

  • Quizzes: 9%

  • Project: 45% (Pre-proposal and proposal and virtual poster session included)

Syllabus and Motivation

CS267 was originally designed to teach students how to program parallel computers to efficiently solve challenging problems in science and engineering, where very fast computers are required either to perform complex simulations or to analyze enormous datasets. CS267 is intended to be useful for students from many departments and with different backgrounds, although we will assume reasonable programming skills in a conventional (non-parallel) language, as well as enough mathematical skills to understand the problems and algorithmic solutions presented. CS267 satisfies part of the course requirements for the Designated Emphasis ("graduate minor") in Computational Science and Engineering.

While this general outline remains, a large change in the computing world started in the mid 2000's: not only are the fastest computers parallel, but nearly all computers are becoming parallel, because the physics of semiconductor manufacturing will no longer let conventional sequential processors get faster year after year, as they have for so long (roughly doubling in speed every 18 months for many years). So all programs that need to run faster will have to become parallel programs. (It is considered very unlikely that compilers will be able to automatically find enough parallelism in most sequential programs to solve this problem.) For background on this trend toward parallelism, click here.

Students in CS267 will get an overview of the parallel architecture space, gain experience using some of the most popular parallel programming tools, and be exposed to a number of open research questions. The lectures will also cover a broad set of parallelization strategies for applications covering numerical simulation and data analysis to machine learning.

CS267 Master Schedule Sp21