Loading...
Searching...
No Matches
Eigen::TensorSycl::internal::FunctorExtractor< Evaluator > Struct Template Reference

#include <unsupported/Eigen/CXX11/src/Tensor/TensorSyclExtractFunctors.h>

Detailed Description

template<typename Evaluator>
struct Eigen::TensorSycl::internal::FunctorExtractor< Evaluator >

struct FunctorExtractor: This struct is used to extract the functors constructed on the host-side, to pack them and reuse them in reconstruction of the expression on the device. We have to do that as in Eigen the functors are not stateless so we cannot re-instantiate them on the device. We have to pass instantiated functors to the device.


The documentation for this struct was generated from the following file: