mirror of
https://github.com/paboyle/Grid.git
synced 2026-08-24 03:19:35 +01:00
no compil patches
This commit is contained in:
@@ -223,7 +223,9 @@ int main (int argc, char ** argv)
|
||||
Lexicographic::CoorFromIndex(gci, gsi, Coarse5d->GlobalDimensions());
|
||||
csobj si;
|
||||
peekSite(si, Me, gci);
|
||||
eA(i,j) = ((ComplexD *)&si)[bi];
|
||||
// Explicit re/im at the thrust/std boundary (HIP builds)
|
||||
ComplexD zz = ((ComplexD *)&si)[bi];
|
||||
eA(i,j) = std::complex<double>(zz.real(), zz.imag());
|
||||
}
|
||||
}
|
||||
Eigen::JacobiSVD<Eigen::MatrixXcd> svd(eA);
|
||||
|
||||
Reference in New Issue
Block a user