4#ifndef ATHCUDASERVICES_STREAM_H
5#define ATHCUDASERVICES_STREAM_H
8#include <cuda_runtime_api.h>
25 cudaStream_t
stream()
const;
28 std::string
name()
const;
cudaStream_t m_stream
The CUDA stream to use for asynchronous copies.
Stream()
Constructor, creating the CUDA stream.
std::string name() const
Get the name of the device associated with the stream.
cudaStream_t stream() const
Get the CUDA stream.
~Stream()
Destructor, destroying the CUDA stream.