|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
RAJA header file defining SIMD/SIMT register operations. More...
Go to the source code of this file.
Classes | |
| struct | RAJA::expt::TensorLayout< DIM_SEQ > |
| struct | RAJA::expt::TensorLayout< S2, S1 > |
Namespaces | |
| RAJA | |
| RAJA::expt | |
Typedefs | |
| using | RAJA::expt::ScalarLayout = TensorLayout<> |
| using | RAJA::expt::VectorLayout = TensorLayout< 0 > |
| using | RAJA::expt::RowMajorLayout = TensorLayout< 0, 1 > |
| using | RAJA::expt::ColMajorLayout = TensorLayout< 1, 0 > |
RAJA header file defining SIMD/SIMT register operations.