The tensor executor class. More...
The tensor executor class.
This class is responsible for launch the evaluation of the expression on the specified computing device.
Vectorizable | can use packet math (SSE/AVX/etc... registers and instructions) |
Tiling | can use block based tensor evaluation (see TensorBlock.h) |