RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Namespaces | Functions
kernel_name.hpp File Reference
#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::seq_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::seq_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::seq_exec > > RAJA::expt::detail::param_resolve (EXEC_POL const &, RAJA::detail::Name &)