Enum nvmlNvLinkUtilizationCountPktTypes
enum to represent the NvLink utilization counter packet types to count
** this is ONLY applicable with the units as packets or bytes
** as specified in \a nvmlNvLinkUtilizationCountUnits
** all packet filter descriptions are target GPU centric
** these can be "OR'd" together
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public enum nvmlNvLinkUtilizationCountPktTypes
Fields
Name | Description |
---|---|
PktFilterAll | all packets |
PktFilterFlush | flush requests |
PktFilterNop | no operation packets |
PktFilterNRAtom | non-reduction atomic requests |
PktFilterRAtom | reduction atomic requests |
PktFilterRead | read packets |
PktFilterRespData | responses with data |
PktFilterRespNoData | responses without data |
PktFilterWrite | write packets |