From 12387abad5ae90a4e17c32d80da2548c3a93e87c Mon Sep 17 00:00:00 2001 From: Mehdi Goli Date: Thu, 10 Nov 2016 18:58:08 +0000 Subject: [PATCH] adding the missing in eigen_assert! --- unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h index e767d8965..2be1a5ad6 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h @@ -78,7 +78,7 @@ struct SyclDevice { [](void *dataMem) { delete static_cast(dataMem); }))); (static_cast(ret.first->second.get()))->set_final_data(nullptr); } else { - eigen_assert("The Device memory is not allocated please call allocate on the device is not initialised!!") + eigen_assert("The device memory is not allocated. Please call allocate on the device!!"); } return ret; }