5#ifndef TRIGINDETCUDA_GBTSWORKCUDA_ITK_H
6#define TRIGINDETCUDA_GBTSWORKCUDA_ITK_H
24 std::shared_ptr<TrigAccel::OffloadBuffer>
getOutput();
33 cudaError_t
error = cudaGetLastError();
34 if(
error != cudaSuccess) {
35 printf(
"CUDA error: %s\n", cudaGetErrorString(
error));
std::shared_ptr< TrigAccel::OffloadBuffer > getOutput()
GbtsWorkCudaITk(unsigned int, GbtsDeviceContext *, std::shared_ptr< TrigAccel::OffloadBuffer >, WorkTimeStampQueue *)
std::shared_ptr< TrigAccel::OffloadBuffer > m_input
WorkTimeStampQueue * m_timeLine
unsigned int getId() const
std::shared_ptr< TrigAccel::OffloadBuffer > m_output
GbtsDeviceContext * m_context