Gromacs
2024.4
|
#include <gromacs/hardware/hardwaretopology.h>
Information about a single PCI device.
Public Attributes | |
std::uint16_t | vendorId |
Vendor identification. | |
std::uint16_t | deviceId |
Vendor-specific device identification. | |
std::uint16_t | classId |
class (high 8 bits) and subclass (low 8 bits) | |
std::uint16_t | domain |
Domain, usually 0 for PCI bus. | |
std::uint8_t | bus |
Bus number in domain. | |
std::uint8_t | dev |
Device on bus. | |
std::uint8_t | func |
Function id for multi-function devices. | |
int | numaNodeId |
Numa node, -1 if the bus is not located inside a node. | |