|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <params_base.hpp>
Additional Inherited Members | |
Public Types inherited from RAJA::expt::detail::ParamBase | |
| using | ARG_TUP_T = camp::tuple<> |
| using | ARG_T = ParamBase |
| using | ARG_LIST_T = typename ARG_TUP_T::TList |
Public Member Functions inherited from RAJA::expt::detail::ParamBase | |
| RAJA_HOST_DEVICE ARG_TUP_T | get_lambda_arg_tup () |
| RAJA_HOST_DEVICE ARG_T * | get_lambda_arg () |
Static Public Attributes inherited from RAJA::expt::detail::ParamBase | |
| static constexpr size_t | num_lambda_args = camp::tuple_size<ARG_TUP_T>::value |