#include <TensorReductionSycl.h>
Public Types | |
typedef cl::sycl::accessor< CoeffReturnType, 1, cl::sycl::access::mode::read_write, cl::sycl::access::target::local > | LocalAccessor |
typedef OpDef::type | Op |
typedef OpDefiner< OpType, CoeffReturnType, Index, true > | OpDef |
Public Member Functions | |
void | operator() (cl::sycl::nd_item< 1 > itemID) |
SecondStepFullReducer (LocalAccessor scratch_, InputAccessor aI_, OutputAccessor outAcc_, OpType op_) | |
Public Attributes | |
InputAccessor | aI |
Op | op |
OutputAccessor | outAcc |
LocalAccessor | scratch |
Definition at line 76 of file TensorReductionSycl.h.
typedef cl::sycl::accessor<CoeffReturnType, 1, cl::sycl::access::mode::read_write, cl::sycl::access::target::local> Eigen::TensorSycl::internal::SecondStepFullReducer< CoeffReturnType, OpType, InputAccessor, OutputAccessor, Index, local_range >::LocalAccessor |
Definition at line 78 of file TensorReductionSycl.h.
typedef OpDef::type Eigen::TensorSycl::internal::SecondStepFullReducer< CoeffReturnType, OpType, InputAccessor, OutputAccessor, Index, local_range >::Op |
Definition at line 80 of file TensorReductionSycl.h.
typedef OpDefiner<OpType, CoeffReturnType, Index, true> Eigen::TensorSycl::internal::SecondStepFullReducer< CoeffReturnType, OpType, InputAccessor, OutputAccessor, Index, local_range >::OpDef |
Definition at line 79 of file TensorReductionSycl.h.
|
inline |
Definition at line 85 of file TensorReductionSycl.h.
|
inline |
Definition at line 88 of file TensorReductionSycl.h.
InputAccessor Eigen::TensorSycl::internal::SecondStepFullReducer< CoeffReturnType, OpType, InputAccessor, OutputAccessor, Index, local_range >::aI |
Definition at line 82 of file TensorReductionSycl.h.
Op Eigen::TensorSycl::internal::SecondStepFullReducer< CoeffReturnType, OpType, InputAccessor, OutputAccessor, Index, local_range >::op |
Definition at line 84 of file TensorReductionSycl.h.
OutputAccessor Eigen::TensorSycl::internal::SecondStepFullReducer< CoeffReturnType, OpType, InputAccessor, OutputAccessor, Index, local_range >::outAcc |
Definition at line 83 of file TensorReductionSycl.h.
LocalAccessor Eigen::TensorSycl::internal::SecondStepFullReducer< CoeffReturnType, OpType, InputAccessor, OutputAccessor, Index, local_range >::scratch |
Definition at line 81 of file TensorReductionSycl.h.