0Pricing
Mojo Academy · Lesson

Reducing Memory Traffic

Keep data close to the compute.

Why Memory Matters

Modern CPUs compute far faster than they can fetch data. Often a kernel waits on memory, not on the math itself.

What Is Memory Traffic?

Memory traffic is the total bytes your kernel reads and writes. Less traffic per result usually means a faster kernel.

All lessons in this course

  1. Anatomy of a Compute Kernel
  2. Combining SIMD with Loops
  3. Reducing Memory Traffic
  4. Tiling for Cache Locality
← Back to Mojo Academy