![]() |
ATLAS Offline Software
|
Interface for components providing CUDA streams to (reentrant) algorithms. More...
#include <IStreamProvider.h>
Public Member Functions | |
| virtual | ~IStreamProvider ()=default |
| Destructor. | |
| virtual cudaStream_t | stream (const EventContext &ctx) const =0 |
| Get the CUDA stream to use. | |
Interface for components providing CUDA streams to (reentrant) algorithms.
Definition at line 14 of file IStreamProvider.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Get the CUDA stream to use.
| ctx | The event context for which the stream is requested |