0PricingLogin
CUDA Academy · Lesson

CPU vs GPU: Latency vs Throughput

How a few big cores differ from thousands of tiny ones.

Two Very Different Chips

A CPU and a GPU both run code, but they are built for opposite goals. One races to finish a single task; the other floods a wall of work all at once. 🏎️

Latency: How Fast One Thing Finishes

Latency is the time it takes to complete one single task from start to end. When you want one answer right now, low latency is what you care about.

All lessons in this course

  1. CPU vs GPU: Latency vs Throughput
  2. SIMT: The Same Instruction, Many Threads
  3. What CUDA Actually Is
  4. Problems That Love the GPU
← Back to CUDA Academy