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 {