aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
index f4123b71d..f8188ffde 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
@@ -281,7 +281,7 @@ struct ThreadPoolDevice {
ThreadPoolInterface* getPool() const { return pool_; }
// Allocator accessor.
- Allocator* getAllocator() const { return allocator_; }
+ Allocator* allocator() const { return allocator_; }
private:
ThreadPoolInterface* pool_;