Skip to content
vsMars
Glossary

CUDA cores

NVIDIA's parallel shader processors. Each CUDA core executes one floating-point or integer operation per clock; total count is a rough indicator of raster throughput within a generation.

CUDA cores are NVIDIA's general-purpose shader units. They handle raster rendering, compute, and general parallel workloads.

Cross-generation comparison

CUDA cores from different architectures (Ampere vs Ada vs Blackwell) are not equivalent — Blackwell cores deliver more work per clock thanks to architectural improvements. Within the same generation, CUDA count is a strong predictor of performance.

  • Tensor Cores — accelerate matrix math for DLSS, ML inference.
  • RT Cores — accelerate ray traversal.
  • CUDA Cores — everything else (raster, general compute).

A modern RTX card lists all three. Tensor and RT counts scale roughly with CUDA count within a generation.

Where this matters

Categories that use cuda cores

Continue reading

Other terms you might need