CS553: Algorithmic Language Compilers (Compilers for High-Performance Program Generation) |
[Syllabus] | [Grading] | [Topics] | [Assignments] | [Home] |
Spring 2020 CS553 Compilers for High-Performance Program Generation (currently listed as "Algorithmic Language Compilers") is a graduate class on using effectively modern optimizing compilers. The objective are twofold: learn how (and why) to write optimizable code, to best use the existing tools such as GNU GCC, LLVM or Intel ICC for generating high-performance code; and learn some key concepts in optimizing compilers, such as loop transformations for SIMD vectorization, to better understand the limitations of existing toolchains, and when manual code optimization should be implemented instead of relying on existing tools. CS553 is geared towards graduate students. However, no prerequesite is needed. |
Course Objectives
Prerequisites There is no explicit prerequesite for this course: material will be introduced as needed. However having passed CSU's CS453 introduction to compiler construction is a plus. Some basic skills on C programming are needed: most of the examples and exercises will be in C/C++. |
Instructor | Lecture Coordinates | ||
Louis-Noel Pouchet |
Lectures: 5:30-6:45pm Mondays and Wednesdays in CSB425
|
There will be several assignments, each of which graded independently. Further information will be provided when the class starts. |
Late and Makeup Policy Midterm and Finals: Make-up exams are only given for extraordinary circumstances (e.g., illness, family emergency). Students must consult with the instructor as soon as possible, preferably before the start of the exam. Course examination dates are listed on the schedule page; be aware of them and plan accordingly. All assignments are due at 11:59 PM on the due date. Assignments will be posted at least two weeks in advance, the compiler project will be posted more than two months in advance. The deadlines are strictly enforced, no late submission will be accepted. If for exceptional circumstances as above you are unable to meet an assignment deadline, you must contact the instructor at least 24h before the deadline to discuss your specific situation.
Conduct This course will adhere to the CSU Academic Integrity Policy as found in the General Catalog and the Student Conduct Code. At a minimum, violations will result in a grading penalty in this course and a report to the Office of Conflict Resolution and Student Conduct Services.
|
Department of Computer Science, Colorado State University, Fort Collins, CO 80523 USA © 2018 Colorado State University |