From 34a75c3c5cec4e2bfe5c68164f8c3372f6ae5ecb Mon Sep 17 00:00:00 2001 From: Eugene Zhulenev Date: Fri, 20 Jul 2018 17:37:20 -0700 Subject: Initial support of TensorBlock --- unsupported/Eigen/CXX11/Tensor | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/CXX11/Tensor') diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor index ddbbcfba2..397d55f76 100644 --- a/unsupported/Eigen/CXX11/Tensor +++ b/unsupported/Eigen/CXX11/Tensor @@ -118,6 +118,7 @@ typedef unsigned __int64 uint64_t; #include "src/Tensor/TensorReduction.h" #include "src/Tensor/TensorReductionGpu.h" #include "src/Tensor/TensorArgMax.h" +#include "src/Tensor/TensorBlock.h" #include "src/Tensor/TensorConcatenation.h" #include "src/Tensor/TensorContractionMapper.h" #include "src/Tensor/TensorContractionBlocking.h" -- cgit v1.2.3