From 79a07b891bed35eba8ba4267722ecf99bf16a9d8 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Sun, 20 Nov 2016 07:07:41 -0800 Subject: Fixed a typo --- unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h index 5d5ddfcb7..f880a8b90 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h @@ -95,7 +95,7 @@ struct QueueInterface { } EIGEN_STRONG_INLINE void deallocate_all() const { - buffer_map.clear; + buffer_map.clear(); } EIGEN_STRONG_INLINE std::map>::iterator find_buffer(const void* ptr) const { -- cgit v1.2.3