|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
Header file for reinterpreting type conversions. More...
Go to the source code of this file.
Namespaces | |
| RAJA | |
| RAJA::util | |
Functions | |
| template<typename A , typename B > | |
| RAJA_INLINE constexpr RAJA_HOST_DEVICE B | RAJA::util::reinterp_A_as_B (A const &a) |
Header file for reinterpreting type conversions.
These conversions are needed to pass N-bit floating point values
as integral types for certain API's that have limited type support.
These conversions are used heavily by the atomic operators.