Online Course
High Performance Computer Architecture
Georgia Institute of Technology via Udacity
-
1.9k
-
- Write review
Overview
This class is offered as CS6290 at Georgia Tech where it is a part of the Online Masters Degree (OMS). Taking this course here will not earn credit towards the OMS degree.
The course begins with a lesson on performance measurement, which leads to a discussion on the necessity of performance improvement.
Pipelining, the first level of performance refinement, is reviewed. The weaknesses of pipelining will be exposed and explored, and various solutions to these issues will be studied. The student will learn hardware, software, and compiler based solutions to these issues.
Why Take This Course?
You will explore the fascinating field of computer architecture, studying the many methods developed to enhance computer performance. The trade-offs and compromises associated with each design and their effects on processor development is a captivating story that will make you a better computer scientist, regardless of your field of study.
Syllabus
Lesson 1: Introduction and Trends
- Computer Architecture & Tech Trends
- Moore's Law
- Processor Speed, Cost, Power
- Power Consumption
- Fabrication Yield
Lesson 2: Performance Metrics and Evaluation
- Measuring Performance
- Benchmarks Standards
- Iron Law of Performance
- Amdahl's Law
- Lhadma's Law
Lesson 3: Pipelining Review
- Pipeline CPI
- Processor Pipeline Stalls
- Data Dependencies
- Pipelining Outro
Lesson 4: Branches
- Branch Prediction
- Direction Predictor
- Hierarchical Predictors
- PShare
Lesson 5: Predication
- If Conversion
- Conditional Move
- MOVc Summary
Lesson 6: Instruction Level Parallelism (ILP)
- ILP Intro
- RAW Dependencies
- WAW Dependencies
- Duplicating Register Values
- Instruction Level Parallelism (ILP)
Lesson 7: Instruction Scheduling
- Improving IPC
- Tomasulo's Algorithm
- Load and Store Instructions
Lesson 8: ReOrder Buffer
- Exceptions in Out Of Order Execution
- Branch Misprediction
- Hardware Organization with ROB
Lesson 9: Memory Ordering
- Memory Access Ordering
- When Does Memory Write Happen
- Out of Order Load Store Execution
- Store to Load Forwarding
- LSQ, ROB, and RS
Lesson 9: Memory
- How Memory Works
- One Memory Bit SRAM
- One Memory Bit DRAM
- Fast Page Mode
- Connecting DRAM To The Processor
Lesson 10: Multi-Processing
- Flynn's Taxonomy of Parallel Machines
- Multiprocessor Needs Parallel Programs!
- Centralized Shared Memory
- Distributed Shared Memory
- Message Passing Vs Shared Memory
- Shared Memory Hardware
- SMT Hardware Changes
- SMT and Cache Performance
Taught by
Milos Prvulovic
Tags
Related Courses
-
Advanced Computer Architecture
Indian Institute of Technology Guwahati, NPTEL
5.0 -
Computer Architecture
Princeton University
4.2 -
Computer System Design: Advanced Concepts of Modern Microprocessors
Chalmers University of Technology
-
Computer Systems Design for Energy Efficiency
Chalmers University of Technology
-
Computation Structures 2: Computer Architecture
Massachusetts Institute of Technology
4.0 -
Computer Organization and Architecture: A Pedagogical Aspect
Indian Institute of Technology Guwahati, NPTEL
Reviews
5.0 rating, based on 1 reviews
-
Neha Gholkar is taking this course right now, spending 4 hours a week on it and found the course difficulty to be easy.
Excellent Course. I really like it. IT is helping me in filling all the gaps in my knowledge about hpc and arhcitecture