|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include "RAJA/pattern/params/kernel_name.hpp"Go to the source code of this file.
Namespaces | |
| RAJA | |
| RAJA::expt | |
| RAJA::expt::detail | |
Functions | |
| template<typename EXEC_POL > | |
| camp::concepts::enable_if< std::is_same< EXEC_POL, RAJA::simd_exec > > | RAJA::expt::detail::param_init (EXEC_POL const &, RAJA::detail::Name &) |
| template<typename EXEC_POL , typename T > | |
| RAJA_HOST_DEVICE camp::concepts::enable_if< std::is_same< EXEC_POL, RAJA::simd_exec > > | RAJA::expt::detail::param_combine (EXEC_POL const &, RAJA::detail::Name &, T) |
| template<typename EXEC_POL > | |
| camp::concepts::enable_if< std::is_same< EXEC_POL, RAJA::simd_exec > > | RAJA::expt::detail::param_resolve (EXEC_POL const &, RAJA::detail::Name &) |