Expand description

Trait for float intrinsics for making floats work in no_std gpu environments.

Float functions are mapped directly to libdevice intrinsics on nvptx and their std counterparts on non-nvptx.

Traits

std float intrinsics implemented using libdevice intrinsics so they can be used from GPU no_std crates. Falls back to stdlib implementation on non-nvptx.