|
vecmem 1.26.0
|
Public Member Functions | |
| impl (cudaStream_t stream) | |
| Constructor with just a stream. | |
| impl (cudaStream_t stream, unsigned int event_flags) | |
| Constructor with a stream and flags to create CUDA events with. | |
Public Attributes | |
| cudaStream_t | m_stream |
| The stream that the copies are performed on. | |
| details::event_pool | m_event_pool |
| Internal event pool. | |