RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Classes | Namespaces | Typedefs
policy.hpp File Reference

Header file containing RAJA simd policy definitions. More...

#include "RAJA/policy/PolicyBase.hpp"
#include "RAJA/config.hpp"

Go to the source code of this file.

Classes

struct  RAJA::policy::tensor::tensor_exec< EXEC_POLICY, TENSOR_TYPE, DIM, TILE_SIZE >
 

Namespaces

 RAJA
 
 RAJA::policy
 
 RAJA::policy::tensor
 
 RAJA::expt
 

Typedefs

template<typename TENSOR_TYPE , camp::idx_t TILE_SIZE = -1>
using RAJA::expt::vector_exec = policy::tensor::tensor_exec< RAJA::seq_exec, TENSOR_TYPE, 0, TILE_SIZE >
 
template<typename TENSOR_TYPE , camp::idx_t TILE_SIZE = -1>
using RAJA::expt::matrix_row_exec = policy::tensor::tensor_exec< seq_exec, TENSOR_TYPE, 0, TILE_SIZE >
 
template<typename TENSOR_TYPE , camp::idx_t TILE_SIZE = -1>
using RAJA::expt::matrix_col_exec = policy::tensor::tensor_exec< seq_exec, TENSOR_TYPE, 1, TILE_SIZE >
 

Detailed Description

Header file containing RAJA simd policy definitions.