aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
diff options
context:
space:
mode:
authorGravatar Eugene Zhulenev <ezhulenev@google.com>2019-08-30 15:29:25 -0700
committerGravatar Eugene Zhulenev <ezhulenev@google.com>2019-08-30 15:29:25 -0700
commitedf2ec28d864f1cc1c7d93e34e13333571f91565 (patch)
treebd1fc35ec8bfe39062b21d3b29d95210e64e9160 /unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
parentf0b36fb9a405400e82b73ea70097b8ae3cd1095a (diff)
Fix block mapper type name in TensorExecutor
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
index ce2337b63..10339e5e7 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
@@ -507,7 +507,7 @@ class TensorAsyncExecutor<Expression, ThreadPoolDevice, Vectorizable, /*Tileable
}
ctx->tiling =
- GetTensorExecutorTilingContext<Evaluator, TensorBlockMapper,
+ GetTensorExecutorTilingContext<Evaluator, BlockMapper,
Vectorizable>(device, ctx->evaluator);
device.parallelForAsync(