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

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

#include "RAJA/config.hpp"
#include "RAJA/util/macros.hpp"
#include "RAJA/pattern/tensor/internal/ET/ExpressionTemplateBase.hpp"
#include "RAJA/pattern/tensor/internal/TensorTileExec.hpp"

Go to the source code of this file.

Classes

struct  RAJA::internal::expt::ET::TensorStoreFunctor< STORAGE, LHS_TYPE, RHS_TYPE >
 
class  RAJA::internal::expt::ET::TensorLoadStore< TENSOR_TYPE, REF_TYPE >
 

Namespaces

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

Functions

template<typename STORAGE , typename LHS_TYPE , typename RHS_TYPE >
RAJA_HOST_DEVICE constexpr RAJA_INLINE auto RAJA::internal::expt::ET::makeTensorStoreFunctor (LHS_TYPE const &lhs, RHS_TYPE const &rhs) -> TensorStoreFunctor< STORAGE, LHS_TYPE, RHS_TYPE >
 

Detailed Description

RAJA header file defining SIMD/SIMT register operations.