mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-02 08:44:12 +08:00
adding the missing in eigen_assert!
This commit is contained in:
parent
2e704d4257
commit
12387abad5
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user