-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend cuda::std::numeric_limits
for __half
, __nv_bfloat16
, __nv_fp8_e4m3
, __nv_fp8_e5m2
#3349
Comments
would make sense to also add the following functions for completeness?
(@davebayer for visibility) |
Can we split |
Eventually yes, but I don't need them to deprecate/replace |
@bernhardmgruber can we close this issue after #3478? |
cuda::std::numeric_limits
for __half
, __nv_bfloat16
, __nv_fp8_e4m3
, __nv_fp8_e5m2
and deprecate cub::FpLimits
cuda::std::numeric_limits
for __half
, __nv_bfloat16
, __nv_fp8_e4m3
, __nv_fp8_e5m2
The FP8 and FP16 support is all implemented. I removed deprecating |
Part of this is covered here: #525
The text was updated successfully, but these errors were encountered: