The nvmath.device module is experimental and potentially subject to future changes.

uint32x4#

class nvmath.device.uint32x4(x, y, z, w)[source]#

A Numba-compliant vector object for uint32 with vector length 4. Elements can be accessed with the x, y, z, and w attributes.

Methods