|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
Header file containing RAJA simd policy definitions. More...
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 > |
Header file containing RAJA simd policy definitions.