lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
289 stars 97 forks source link

BCGRQ problems #1363

Open aroadant opened 1 year ago

aroadant commented 1 year ago

Is BCGRQ still underdevelopment? I found that lines 705 and 1053 in file inv_cg_quda.cpp are commented out. These two will lead to segmentation faults because of uninitialized colorspinor fields. Also, are there any examples of BLOCKCG usage that I could refer to?