RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Classes | Namespaces | Functions
TensorMultiply.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/ET/MultiplyOperator.hpp"

Go to the source code of this file.

Classes

class  RAJA::internal::expt::ET::TensorMultiply< LEFT_OPERAND_TYPE, RIGHT_OPERAND_TYPE >
 

Namespaces

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

Functions

template<typename LHS , typename RHS , typename std::enable_if< std::is_arithmetic< LHS >::value, bool >::type = true, typename std::enable_if< std::is_base_of< TensorExpressionConcreteBase, RHS >::value, bool >::type = true>
RAJA_INLINE RAJA_HOST_DEVICE auto RAJA::internal::expt::ET::operator* (LHS const &left_operand, RHS const &right_operand) -> TensorMultiply< typename NormalizeOperandHelper< LHS >::return_type, RHS >
 

Detailed Description

RAJA header file defining SIMD/SIMT register operations.