Shortcuts

torch.cuda.set_stream

torch.cuda.set_stream(stream)[source]
Sets the current stream.This is a wrapper API to set the stream.

Usage of this function is discouraged in favor of the stream context manager.

Parameters

stream (Stream) – selected stream. This function is a no-op if this argument is None.

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