Skip to main content
Tagged with

parallelism

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

5
Concepts Found
Back to all concepts

Concepts Related to parallelism

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