You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
maxpkatz
changed the title
Add cuda::std::numeric_limits
Add cuda::std::numeric_limits<__half>Aug 25, 2021
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.The text was updated successfully, but these errors were encountered: