![]() |
Eigen-unsupported
5.0.1-dev+284dcc12
|
#include <unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h>
The tensor executor class.
This class is responsible for launch the evaluation of the expression on the specified computing device.
Default strategy: the expression is evaluated sequentially with a single cpu thread, without vectorization and block evaluation.
| Vectorizable | can use packet math (SSE/AVX/etc... registers and instructions) |
| Tiling | can use block based tensor evaluation (see TensorBlock.h) |