Shortcuts

StreamContext

class torch.cuda.StreamContext(stream)[source]

Context-manager that selects a given stream.

All CUDA kernels queued within its context will be enqueued on a selected stream.

Parameters

Stream (Stream) – selected stream. This manager is a no-op if it’s None.

Note

Streams are per-device.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources