API symbolscuda
Copy
tensorplay.cuda.stream
- tensorplay.cuda.stream(stream_: Stream | None) StreamContext[source]
Wrap around the Context-manager StreamContext that selects a given stream.
- Parameters:
stream (Stream) – selected stream. This manager is a no-op if it’s
None.
Note
Streams are per-device.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
