|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
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"Go to the source code of this file.
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) -> TensorDivide< typename NormalizeOperandHelper< LHS >::return_type, RHS > |
RAJA header file defining SIMD/SIMT register operations.