aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
diff options
context:
space:
mode:
authorGravatar Mehdi Goli <mehdi.goli@codeplay.com>2016-11-10 18:58:08 +0000
committerGravatar Mehdi Goli <mehdi.goli@codeplay.com>2016-11-10 18:58:08 +0000
commit12387abad5ae90a4e17c32d80da2548c3a93e87c (patch)
tree1ba7d47c318f293f3bf86e5d00f01872620365b1 /unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
parent2e704d4257f235dd1f3224cd590e4fca4e3aaf96 (diff)
adding the missing in eigen_assert!
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h2
1 files changed, 1 insertions, 1 deletions
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<Type*>(dataMem); })));
(static_cast<Type*>(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;
}