Lecture 8: GPU Computing Intro. The CUDA Programming Model. CUDA Execution Configuration.
PreviousLecture 7: Parallel Computing. Flynn's Taxonomy. Amdahl's Law.NextLecture 9: GPU Memory Spaces
Last updated
Last updated
Flynn's Taxonomy
Amdahl's Law
Start GPU computing
SISD: Single Instruction/Single Data
SIMD: Single Instruction/Multiple Data
MISD: Multiple Instruction/Single Data
MIMD: Multiple Instruction/Multiple Data
The overall speedup relies on the worst-performing sections the most (see more explanations here).