# tensorplay.cuda.set_stream

Source: https://www.tensorplay.cn/docs/generated/tensorplay.cuda.set_stream.html

# tensorplay.cuda.set_stream

tensorplay.cuda.set_stream(stream: [Stream](tensorplay.cuda.streams.Stream.html#tensorplay.cuda.streams.Stream))[[source]](../_modules/tensorplay/cuda.html#set_stream)

Set 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](tensorplay.cuda.streams.Stream.html#tensorplay.cuda.streams.Stream)) – selected stream. This function is a no-op
if this argument is None.
