#include <gpu_residency.hpp>
Public Attributes | |
| int | nAtoms = 0 |
| int | nFrames = 0 |
| int | kMax = 16 |
| int | maxSixRingsPerAtom = 16 |
| std::size_t | xyzBytes = 0 |
| std::size_t | nlistBytes = 0 |
| std::size_t | ringsBytes = 0 |
| std::size_t | labelBytes = 0 |
| std::size_t | totalBytes = 0 |
Definition at line 29 of file gpu_residency.hpp.
| int gpu::Footprint::kMax = 16 |
Definition at line 32 of file gpu_residency.hpp.
| std::size_t gpu::Footprint::labelBytes = 0 |
Definition at line 37 of file gpu_residency.hpp.
| int gpu::Footprint::maxSixRingsPerAtom = 16 |
Definition at line 33 of file gpu_residency.hpp.
| int gpu::Footprint::nAtoms = 0 |
Definition at line 30 of file gpu_residency.hpp.
| int gpu::Footprint::nFrames = 0 |
Definition at line 31 of file gpu_residency.hpp.
| std::size_t gpu::Footprint::nlistBytes = 0 |
Definition at line 35 of file gpu_residency.hpp.
| std::size_t gpu::Footprint::ringsBytes = 0 |
Definition at line 36 of file gpu_residency.hpp.
| std::size_t gpu::Footprint::totalBytes = 0 |
Definition at line 38 of file gpu_residency.hpp.
| std::size_t gpu::Footprint::xyzBytes = 0 |
Definition at line 34 of file gpu_residency.hpp.