#include <TensorReductionSycl.h>
Public Types | |
typedef OpDef::type | Op |
typedef OpDefiner< OpType, OutScalar, Index, false > | OpDef |
typedef cl::sycl::accessor< OutScalar, 1, cl::sycl::access::mode::read_write, cl::sycl::access::target::local > | ScratchAccessor |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | operator() (cl::sycl::nd_item< 1 > itemID) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | SecondStepPartialReduction (ScratchAccessor, InputAccessor input_accessor_, OutputAccessor output_accessor_, OpType op_, const Index num_coeffs_to_preserve_, const Index num_coeffs_to_reduce_) |
Public Attributes | |
InputAccessor | input_accessor |
const Index | num_coeffs_to_preserve |
const Index | num_coeffs_to_reduce |
Op | op |
OutputAccessor | output_accessor |
Definition at line 400 of file TensorReductionSycl.h.
typedef OpDef::type Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::Op |
Definition at line 402 of file TensorReductionSycl.h.
typedef OpDefiner<OpType, OutScalar, Index, false> Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::OpDef |
Definition at line 401 of file TensorReductionSycl.h.
typedef cl::sycl::accessor<OutScalar, 1, cl::sycl::access::mode::read_write, cl::sycl::access::target::local> Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::ScratchAccessor |
Definition at line 404 of file TensorReductionSycl.h.
|
inline |
Definition at line 411 of file TensorReductionSycl.h.
|
inline |
Definition at line 421 of file TensorReductionSycl.h.
InputAccessor Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::input_accessor |
Definition at line 405 of file TensorReductionSycl.h.
const Index Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::num_coeffs_to_preserve |
Definition at line 408 of file TensorReductionSycl.h.
const Index Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::num_coeffs_to_reduce |
Definition at line 409 of file TensorReductionSycl.h.
Op Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::op |
Definition at line 407 of file TensorReductionSycl.h.
OutputAccessor Eigen::TensorSycl::internal::SecondStepPartialReduction< OutScalar, Index, InputAccessor, OutputAccessor, OpType >::output_accessor |
Definition at line 406 of file TensorReductionSycl.h.