Analysis Software
Documentation for sPHENIX simulation software
|
Helper struct describing one available CUDA device. More...
#include <acts/blob/sPHENIX/Plugins/Cuda/include/Acts/Plugins/Cuda/Utilities/Info.hpp>
Public Attributes | |
int | id = -1 |
Identifier that CUDA knows this device by. | |
std::string | name |
The name of this device. | |
int | maxThreadsPerBlock = -1 |
The maximal number of threads per block for this device. | |
bool | concurrentKernels = false |
Whether the device supports multiple kernel executions in parallel. | |
std::size_t | totalMemory = 0 |
The total amount of (global) memory on the device. | |
Helper struct describing one available CUDA device.
Definition at line 44 of file Info.hpp.
View newest version in sPHENIX GitHub at line 44 of file Info.hpp
bool Acts::Cuda::Info::Device::concurrentKernels = false |
int Acts::Cuda::Info::Device::id = -1 |
int Acts::Cuda::Info::Device::maxThreadsPerBlock = -1 |
std::string Acts::Cuda::Info::Device::name |
The name of this device.
Definition at line 48 of file Info.hpp.
View newest version in sPHENIX GitHub at line 48 of file Info.hpp
Referenced by cpp.tokenize.Token::__str__(), cpp.ast.Define::__str__(), cpp.ast.Parameter::__str__(), cpp.ast.Typedef::__str__(), cpp.ast._NestedType::__str__(), cpp.ast.Class::__str__(), cpp.ast.Function::__str__(), cpp.ast.Type::__str__(), cpp.ast._GenericDeclaration::FullName(), and cpp.ast.VariableDeclaration::ToString().
std::size_t Acts::Cuda::Info::Device::totalMemory = 0 |