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

float16x4#

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

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

Methods