Fixed bugs in HippoT::compute_dispersion_real and compute_multipole_real to ensure that answers only get copied back from device in the last kernel activated.

This commit is contained in:
Trung Nguyen
2021-09-26 00:13:40 -05:00
parent f8bc091cb8
commit edbed9c9c9
5 changed files with 11 additions and 16 deletions

View File

@ -130,8 +130,6 @@ class Hippo : public BaseAmoeba<numtyp, acctyp> {
UCL_Kernel k_dispersion;
UCL_Vector<acctyp,acctyp> _pval;
protected:
bool _allocated;
int dispersion_real(const int eflag, const int vflag);