cuda.bindings.nvml.PcieAtomicsCap#

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

PcieAtomicsCap

FETCHADD32: 1

32-bit fetch and add

FETCHADD64: 2

64-bit fetch and add

SWAP32: 4

32-bit swap

SWAP64: 8

64-bit swap

CAS32: 16

32-bit compare and swap

CAS64: 32

64-bit compare and swap

CAS128: 64

128-bit compare and swap

MAX: 7