aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
diff options
context:
space:
mode:
authorGravatar Eugene Zhulenev <eugene.zhulenev@gmail.com>2019-12-11 18:47:55 +0000
committerGravatar Eugene Zhulenev <eugene.zhulenev@gmail.com>2019-12-11 18:47:55 +0000
commit963ba1015bd448a9128ccb24f07232f36962e488 (patch)
tree249ec122897d4aeab15ccbf89463c6d73faefb35 /unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
parent1b6e0395e6d9b3330619df41d3f36e1d667cab54 (diff)
Add back accidentally deleted default constructor to TensorExecutorTilingContext.
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
index a1e3d175f..e2f1806cb 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
@@ -223,6 +223,7 @@ class TensorExecutor<Expression, DefaultDevice, Vectorizable,
template <typename TensorBlockMapper>
struct TensorExecutorTilingContext {
+ TensorExecutorTilingContext() = default;
TensorExecutorTilingContext(const TensorBlockMapper& b_mapper,
const TensorOpCost& b_cost, size_t b_aligned_size)
: block_mapper(b_mapper),