|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
RAJA header file containing user interface for RAJA::launch::hip. More...
#include "RAJA/pattern/launch/launch_core.hpp"#include "RAJA/pattern/detail/privatizer.hpp"#include "RAJA/policy/hip/policy.hpp"#include "RAJA/policy/hip/MemUtils_HIP.hpp"#include "RAJA/policy/hip/raja_hiperrchk.hpp"#include "RAJA/util/resource.hpp"Go to the source code of this file.
Namespaces | |
| RAJA | |
Functions | |
| template<typename BODY , typename ReduceParams > | |
| __global__ void | RAJA::launch_new_reduce_global_fcn (const BODY body_in, ReduceParams reduce_params) |
| template<typename BODY , int num_threads, typename ReduceParams > | |
| RAJA::__launch_bounds__ (num_threads, 1) __global__ void launch_new_reduce_global_fcn_fixed(const BODY body_in | |
RAJA header file containing user interface for RAJA::launch::hip.