Skip to main content
Tagged with

cuda

Explore machine learning concepts related to cuda. Clear explanations and practical insights.

10
Concepts Found
Back to all concepts

Concepts Related to cuda

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.

7 min readConcept
Mastodon