We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cuda::std::numeric_limits
__half
__nv_bfloat16
__nv_fp8_e4m3
__nv_fp8_e5m2
cub::FpLimits
Part of this is covered here: #525
The text was updated successfully, but these errors were encountered:
cuda::(std::)
__half/bfloat16/fp8
would make sense to also add the following functions for completeness?
isfinite
isinf
isnan
isnormal
signbit
(@davebayer for visibility)
Sorry, something went wrong.
Can we split __nv_fp8_e4m3 and __nv_fp8_e5m2 into their separate issue because we currently do not support them at all in libcu++
would make sense to also add the following functions for completeness? isfinite isinf isnan isnormal signbit
Eventually yes, but I don't need them to deprecate/replace cub::Traits, so they are less urgent IMO.
cub::Traits
No branches or pull requests
Part of this is covered here: #525
The text was updated successfully, but these errors were encountered: