aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-07-31 08:13:00 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-07-31 08:13:00 +0000
commit678a0dcb12d55e1d85aade7b34c706b2a5d2d49e (patch)
tree72540698831395b25a5f481ed5182ccbee7e0129 /unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
parent679eece8760ce9b9ff09e48b6ee8673afcf94caa (diff)
parent966c2a7bb62a8b5b9ecd349730ffcd3b5719837d (diff)
Merged in ezhulenev/eigen/tiling_3 (pull request PR-438)
Tiled tensor executor
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
index e647b3609..8fecbe657 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
@@ -110,6 +110,7 @@ struct TensorEvaluator<const TensorBroadcastingOp<Broadcast, ArgType>, Device>
enum {
IsAligned = true,
PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess,
+ BlockAccess = false,
Layout = TensorEvaluator<ArgType, Device>::Layout,
RawAccess = false
};