|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <kernel_name.hpp>
Public Member Functions | |
| RAJA_HOST_DEVICE | Name () |
| Name (const char *name_in) | |
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 () |
Public Attributes | |
| const char * | name |
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 |
Static Public Attributes inherited from RAJA::expt::detail::ParamBase | |
| static constexpr size_t | num_lambda_args = camp::tuple_size<ARG_TUP_T>::value |
|
inline |
|
inlineexplicit |
| const char* RAJA::detail::Name::name |