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; }