mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
'typename' is added to compile with AVX512 using GCC7.2.0; a semicolon was missing in Grid_avx512.h and the bug is fixed. Option SKL is added to configure script for skylake processor specific AVX512 operations. Code can be compiled with --enable-simd=SKL using GCC 7.2.0, but Test_simd fails. AVX512 support for complex double type with non-intel compilers makes this error; it needs a review.
This commit is contained in:
@ -267,7 +267,7 @@ until convergence
|
||||
Qt = Eigen::MatrixXd::Identity(Nm,Nm);
|
||||
for(int ip=k2; ip<Nm; ++ip){
|
||||
// Eigen replacement for qr_decomp ???
|
||||
clog << "ckpt B1: shift[" << ip << "] = " << eval2[ip] << endl;
|
||||
clog << "ckpt B1: shift[" << ip << "] = " << eval2[ip] << std::endl;
|
||||
qr_decomp(eval,lme,Nm,Nm,Qt,eval2[ip],k1,Nm);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user