![]() |
Eigen-unsupported
3.4.1 (git rev 28ded8800c26864e537852658428ab44c8399e87)
|
#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) |