Closed maxpkatz closed 11 months ago
RFE: extend cuda::std::numeric_limits to the CUDA __half type. This should be legal according to cppreference as an extension of numeric_limits to an implementation-defined type.
cuda::std::numeric_limits
__half
We could certainly use this in QUDA if implemented.
Closing in favor of https://github.com/NVIDIA/cccl/issues/525
RFE: extend
cuda::std::numeric_limits
to the CUDA__half
type. This should be legal according to cppreference as an extension of numeric_limits to an implementation-defined type.