From f74ab8cb8de5e425ddd25f4b06657926a2ad4599 Mon Sep 17 00:00:00 2001 From: Eugene Zhulenev Date: Mon, 7 Oct 2019 15:34:26 -0700 Subject: Add block evaluation to TensorEvalTo and fix few small bugs --- unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h index a7cb8dc97..97ac96db1 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h @@ -238,7 +238,8 @@ class TensorExecutor TensorBlockMapper; typedef typename TensorBlock::Dimensions TensorBlockDimensions; - typedef internal::TensorBlockDescriptor TensorBlockDesc; + typedef internal::TensorBlockDescriptor + TensorBlockDesc; typedef internal::TensorBlockScratchAllocator TensorBlockScratch; -- cgit v1.2.3