cuda.bindings.nvml.NvLinkUtilizationCountPktTypes#

class cuda.bindings.nvml.NvLinkUtilizationCountPktTypes(value: int)#

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 nvmlNvLinkUtilizationCountUnits_t ** all packet filter descriptions are target GPU centric ** these can be “OR’d” together

See nvmlNvLinkUtilizationCountPktTypes_t.

NOP: 1

READ: 2

WRITE: 4

RATOM: 8

NRATOM: 16

FLUSH: 32

RESPDATA: 64

RESPNODATA: 128

ALL: 255