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

float32x2#

class nvmath.device.float32x2(x, y)[source]#

A Numba-compliant vector object for float32 with vector length 2. Elements can be accessed with the x and y attributes.

Methods