How to Think About GPUs

13 alphabetting 3 8/18/2025, 6:18:36 PM jax-ml.github.io ↗

Comments (3)

porridgeraisin · 1d ago
A short addition that pre-volta nvidia GPUs were SIMD like TPUs are, and not SIMT which post-volta nvidia GPUs are.
camel-cdr · 18h ago
SIMT is just a programming model for SIMD.

Modern GPUs still are just SIMD with good predication support at ISA level.

porridgeraisin · 17h ago
I was referring to this portion of TFA

> CUDA cores are much more flexible than a TPU’s VPU: GPU CUDA cores use what is called a SIMT (Single Instruction Multiple Threads) programming model, compared to the TPU’s SIMD (Single Instruction Multiple Data) model.