#include <TrigITkModuleCuda.h>
Definition at line 16 of file TrigITkModuleCuda.h.
◆ TrigITkModuleCuda()
TrigITkModuleCuda::TrigITkModuleCuda |
( |
| ) |
|
◆ ~TrigITkModuleCuda()
TrigITkModuleCuda::~TrigITkModuleCuda |
( |
| ) |
|
◆ checkError()
void TrigITkModuleCuda::checkError |
( |
int |
code = 0 | ) |
const |
|
inlineprivate |
Definition at line 36 of file TrigITkModuleCuda.h.
37 cudaError_t
error = cudaGetLastError();
38 if(
error != cudaSuccess) {
39 printf(
"%d CUDA error %d: %s\n", getpid(),
code, cudaGetErrorString(
error));
◆ configure()
bool TrigITkModuleCuda::configure |
( |
| ) |
|
|
virtual |
◆ createManagedSeedMakingContext()
◆ createSeedMakingContext()
◆ createWork()
◆ getFactoryId()
virtual int TrigITkModuleCuda::getFactoryId |
( |
| ) |
|
|
inlinevirtual |
◆ getProvidedAlgs()
const std::vector<int> TrigITkModuleCuda::getProvidedAlgs |
( |
| ) |
|
|
virtual |
◆ m_d_detmodel_ptrs
std::map<int, unsigned char*> TrigITkModuleCuda::m_d_detmodel_ptrs |
|
private |
◆ m_dumpTimeLine
bool TrigITkModuleCuda::m_dumpTimeLine |
|
private |
◆ m_h_detmodel
unsigned char* TrigITkModuleCuda::m_h_detmodel |
|
private |
◆ m_maxDevice
int TrigITkModuleCuda::m_maxDevice |
|
private |
◆ m_timeLine
◆ m_workItemCounters
std::atomic<unsigned int> TrigITkModuleCuda::m_workItemCounters[100] |
|
private |
The documentation for this class was generated from the following file: