Skip to main content
🚀

GPU & High-Performance Computing

CUDA, tensor cores, multi-GPU communication, and cluster-scale workload orchestration.

25
Concepts

All GPU & High-Performance Computing Concepts

CUDA Context vs CUDA Stream

A CUDA context is a per-device container of GPU state; a CUDA stream is an in-order execution queue inside a context. They answer different questions and operate at different lifetimes — confusing them is one of the most common ways CUDA code ends up slow or unsafe.

No direct links0 refs
Mastodon