2#ifndef ATHCUDAINTERFACES_ISTREAMPROVIDER_H
3#define ATHCUDAINTERFACES_ISTREAMPROVIDER_H
6#include "GaudiKernel/EventContext.h"
9#include <cuda_runtime_api.h>
25 virtual cudaStream_t
stream(
const EventContext& ctx)
const = 0;
Interface for components providing CUDA streams to (reentrant) algorithms.
virtual cudaStream_t stream(const EventContext &ctx) const =0
Get the CUDA stream to use.
virtual ~IStreamProvider()=default
Destructor.