Struct Acts::Cuda::Info::Device

struct Acts::Cuda::Info::Device

Helper struct describing one available CUDA device.

Public Members

bool concurrentKernels = false

Whether the device supports multiple kernel executions in parallel.

int id = -1

Identifier that CUDA knows this device by.

int maxThreadsPerBlock = -1

The maximal number of threads per block for this device.

std::string name

The name of this device.

std::size_t totalMemory = 0

The total amount of (global) memory on the device.