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

float16x2#

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

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

Methods