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`.

NVLINK_COUNTER_PKTFILTER_NOP: 1

NVLINK_COUNTER_PKTFILTER_READ: 2

NVLINK_COUNTER_PKTFILTER_WRITE: 4

NVLINK_COUNTER_PKTFILTER_RATOM: 8

NVLINK_COUNTER_PKTFILTER_NRATOM: 16

NVLINK_COUNTER_PKTFILTER_FLUSH: 32

NVLINK_COUNTER_PKTFILTER_RESPDATA: 64

NVLINK_COUNTER_PKTFILTER_RESPNODATA: 128

NVLINK_COUNTER_PKTFILTER_ALL: 255