Gromacs
2026.0-dev-20241204-d69d709
|
#include <gromacs/hardware/hardwaretopology.h>
Information about a single cache level.
Public Attributes | |
int | level |
Level relative to core (starts at 1) | |
std::size_t | size |
size in bytes, 0 if unknown | |
int | linesize |
size of each cache line in bytes, 0 if unknown | |
int | associativity |
associativity, -1 means fully associative | |
int | shared |
Number of processing units sharing this cache. | |