Configuration for ModuleMapCuda.
More...
#include <ActsPlugins/Gnn/ModuleMapCuda.hpp>
|
|
float | epsilon = 1e-8f |
| | Small numerical constant for stability.
|
|
float | etaScale = 1.0 |
| | Pseudorapidity scaling factor.
|
|
int | gpuBlocks = 512 |
| | Number of GPU blocks.
|
|
int | gpuDevice = 0 |
| | CUDA device ID.
|
|
std::string | moduleMapPath |
| | Path to module map file.
|
|
bool | moreParallel = true |
| | Enable more parallel execution.
|
|
float | phiScale = 1.0 |
| | Azimuthal coordinate scaling factor.
|
|
float | rScale = 1.0 |
| | Radial coordinate scaling factor.
|
|
float | zScale = 1.0 |
| | Z-coordinate scaling factor.
|
Configuration for ModuleMapCuda.