adding the missing in eigen_assert!

This commit is contained in:
Mehdi Goli 2016-11-10 18:58:08 +00:00
parent 2e704d4257
commit 12387abad5

View File

@ -78,7 +78,7 @@ struct SyclDevice {
[](void *dataMem) { delete static_cast<Type*>(dataMem); }))); [](void *dataMem) { delete static_cast<Type*>(dataMem); })));
(static_cast<Type*>(ret.first->second.get()))->set_final_data(nullptr); (static_cast<Type*>(ret.first->second.get()))->set_final_data(nullptr);
} else { } 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; return ret;
} }