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

RAJA header file defining SIMD/SIMT register operations. More...

#include "camp/camp.hpp"
#include "RAJA/config.hpp"
#include "RAJA/pattern/tensor/MatrixRegister.hpp"

Go to the source code of this file.

Classes

struct  RAJA::internal::expt::MatrixMatrixMultiplyHelper< RAJA::expt::TensorRegister< REGISTER_POLICY, T, RAJA::expt::RowMajorLayout, camp::idx_seq< N_SIZE, M_SIZE > >, RAJA::expt::TensorRegister< REGISTER_POLICY, T, RAJA::expt::RowMajorLayout, camp::idx_seq< M2_SIZE, O_SIZE > > >
 
struct  RAJA::internal::expt::MatrixMatrixMultiplyHelper< RAJA::expt::TensorRegister< REGISTER_POLICY, T, RAJA::expt::ColMajorLayout, camp::idx_seq< N_SIZE, M_SIZE > >, RAJA::expt::TensorRegister< REGISTER_POLICY, T, RAJA::expt::ColMajorLayout, camp::idx_seq< M2_SIZE, O_SIZE > > >
 

Namespaces

 RAJA
 
 RAJA::internal
 
 RAJA::internal::expt
 

Detailed Description

RAJA header file defining SIMD/SIMT register operations.