API symbolscuda
Copy
StreamContext
- class tensorplay.cuda.StreamContext(stream: Stream | None)[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.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
