|
Graphite
|
Public Member Functions | |
| StreamPool (size_t num_streams) | |
| StreamPool (cudaStream_t *p_streams, size_t n) | |
| cudaStream_t & | select (size_t index) |
| void | sync_all () |
| void | sync_n (size_t n) |
Public Attributes | |
| cudaStream_t * | streams |
| size_t | num_streams |
| bool | cleanup_streams |